CurrentCount Property

Task Parallel System.Threading

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; }

Field Value

The number of remaining signals required to set the event.

See Also