C# Class System.Threading.CountdownEvent

Inheritance: IDisposable
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
CountdownEvent ( int count ) : System

Private Methods

Méthode Description
ApplyOperation ( int num, Action doCheck ) : bool
ApplyOperation ( int num, Action doCheck, int &newValue ) : bool
Wait ( Func waitPredicate ) : bool

Method Details

CountdownEvent() public méthode

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