CountdownEvent Properties
From Task Parallel System.Threading
The CountdownEvent type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CurrentCount |
Gets the number of remaining signals required to set the event.
| |
| InitialCount |
Gets the numbers of signals initially required to set the event.
| |
| IsSet |
Determines whether the event is set.
| |
| WaitHandle |
Gets a WaitHandle that is used to wait for the event to be set.
|