CountdownEvent Properties
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| 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 | Indicates whether the CountdownEvent object's current count has reached zero.. |
![]() | WaitHandle | Gets a WaitHandle that is used to wait for the event to be set. |
Show:
