CountdownEvent.CurrentCount Property

Definition

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

public:
 property int CurrentCount { int get(); };
public int CurrentCount { get; }
member this.CurrentCount : int
Public ReadOnly Property CurrentCount As Integer

Property Value

The number of remaining signals required to set the event.

Applies to