C# Class Raven.Client.Util.AsyncCountdownEvent

Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

Méthode Description
AsyncCountdownEvent ( int initialCount ) : System
Error ( ) : void
Signal ( ) : bool
WaitAsync ( ) : Task

Method Details

AsyncCountdownEvent() public méthode

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

Error() public méthode

public Error ( ) : void
Résultat void

Signal() public méthode

public Signal ( ) : bool
Résultat bool

WaitAsync() public méthode

public WaitAsync ( ) : Task
Résultat Task