C# Class Sharpen.CountDownLatch

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Await ( long timeout, Sharpen unit ) : bool
Await ( ) : void
CountDown ( ) : void
CountDownLatch ( int count ) : System

Method Details

Await() public méthode

public Await ( long timeout, Sharpen unit ) : bool
timeout long
unit Sharpen
Résultat bool

Await() public méthode

public Await ( ) : void
Résultat void

CountDown() public méthode

public CountDown ( ) : void
Résultat void

CountDownLatch() public méthode

public CountDownLatch ( int count ) : System
count int
Résultat System