InitialCount Property

Task Parallel System.Threading

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

Namespace:  System.Threading
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property InitialCount As Integer
C#
public int InitialCount { get; }

Field Value

The number of signals initially required to set the event.

See Also