.NET Framework Class Library |
CountdownEvent..::.CurrentCount Property |
CountdownEvent Class See Also Send Feedback |
Gets the number of remaining signals required to set the event.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property CurrentCount As Integer |
C# |
---|
public int CurrentCount { get; } |