IsSet Property

Task Parallel System.Threading

Determines whether the event is set.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsSet As Boolean
C#
public bool IsSet { get; }

Field Value

true if the event is set; otherwise, false.

See Also