C# Class System.Threading.CountdownEvent

Inheritance: IDisposable
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
CountdownEvent ( int count ) : System

Private Methods

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

Method Details

CountdownEvent() public method

public CountdownEvent ( int count ) : System
count int
return System