System.Threading.CountdownEvent: Property Members

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

Public Properties

[read-only]
CurrentCountint.

Gets the number of remaining signals required to set the event.

[read-only]
InitialCountint.

Gets the numbers of signals initially required to set the event.

[read-only]
IsSetbool.

Determines whether the event is set.

[read-only]
WaitHandleWaitHandle.

Gets a System.Threading.WaitHandle that is used to wait for the event to be set.