CountdownEvent Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CountdownEvent type exposes the following members.
| 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. |
Show: