IsSet Property

Task Parallel System.Threading

Gets whether the event is set.

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

Syntax

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

Field Value

true if the event has is set; otherwise, false.

See Also