C# Class Exrin.Common.AsyncSemaphore

Afficher le fichier Open project: exrin/Exrin Class Usage Examples

Méthodes publiques

Méthode Description
AsyncSemaphore ( int initialCount ) : System
Release ( ) : void
WaitAsync ( ) : Task

Method Details

AsyncSemaphore() public méthode

public AsyncSemaphore ( int initialCount ) : System
initialCount int
Résultat System

Release() public méthode

public Release ( ) : void
Résultat void

WaitAsync() public méthode

public WaitAsync ( ) : Task
Résultat Task