C# Class JP.Utils.Data.AsyncSemaphore

Afficher le fichier Open project: JuniperPhoton/JP.Utils.UWP 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