C# Class ADLTest.CountdownLatch

Afficher le fichier Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Méthodes publiques

Méthode Description
CountdownLatch ( int count = 1 ) : System
Signal ( ) : void
Wait ( int timeout = 2000 ) : bool

Method Details

CountdownLatch() public méthode

public CountdownLatch ( int count = 1 ) : System
count int
Résultat System

Signal() public méthode

public Signal ( ) : void
Résultat void

Wait() public méthode

public Wait ( int timeout = 2000 ) : bool
timeout int
Résultat bool