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

Inheritance: IDisposable
Afficher le fichier Open project: openpeer/ChatterBox

Méthodes publiques

Méthode Description
AutoLock ( SemaphoreSlim sem ) : System
Dispose ( ) : void
WaitAsync ( ) : Task

Method Details

AutoLock() public méthode

public AutoLock ( SemaphoreSlim sem ) : System
sem System.Threading.SemaphoreSlim
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

WaitAsync() public méthode

public WaitAsync ( ) : Task
Résultat Task