Method | Description | |
---|---|---|
CountdownLatch ( int count ) : System | ||
Dispose ( ) : void | ||
Reset ( int count ) : void |
Reset the count and set the event to non signalled.
|
|
Tick ( ) : int |
Decrement the count. Set the event to signalled if the count is zero;
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |