C# Class ChatterBox.Client.Voip.Utils.AutoLock

Inheritance: IDisposable
Show file Open project: openpeer/ChatterBox

Public Methods

Method Description
AutoLock ( SemaphoreSlim sem ) : System
Dispose ( ) : void
WaitAsync ( ) : Task

Method Details

AutoLock() public method

public AutoLock ( SemaphoreSlim sem ) : System
sem System.Threading.SemaphoreSlim
return System

Dispose() public method

public Dispose ( ) : void
return void

WaitAsync() public method

public WaitAsync ( ) : Task
return Task