The properties of System.Threading.CountdownEvent are listed below. For a list of all members, see the CountdownEvent Members list.
See Also: Inherited members from System.Object
[read-only] | CurrentCount | int.
Gets the number of remaining signals required to set the event. |
[read-only] | InitialCount | int.
Gets the numbers of signals initially required to set the event. |
[read-only] | IsSet | bool.
Determines whether the event is set. |
[read-only] | WaitHandle | WaitHandle.
Gets a System.Threading.WaitHandle that is used to wait for the event to be set. |