ManualResetEventSlim.IsSet Proprietà

Definizione

Ottiene un valore che indica se l'evento è impostato.

public:
 property bool IsSet { bool get(); };
public bool IsSet { get; }
member this.IsSet : bool
Public ReadOnly Property IsSet As Boolean

Valore della proprietà

true se l'evento è impostato, altrimenti false.

Si applica a

Vedi anche