C# Class Adaptive.ReactiveTrader.Messaging.WebSocket.AsyncSemaphore

Afficher le fichier Open project: AdaptiveConsulting/ReactiveTraderCloud 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