C# Class ActiveMQ.Util.CountDownLatch2

Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

Méthode Description
CountDownLatch2 ( int i ) : System
await ( ) : bool
await ( System.TimeSpan timeout ) : bool
await ( int millis ) : bool
countDown ( ) : void

Method Details

CountDownLatch2() public méthode

public CountDownLatch2 ( int i ) : System
i int
Résultat System

await() public méthode

public await ( ) : bool
Résultat bool

await() public méthode

public await ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
Résultat bool

await() public méthode

public await ( int millis ) : bool
millis int
Résultat bool

countDown() public méthode

public countDown ( ) : void
Résultat void