ManualResetEventSlim.IsSet Propriedade
Definição
Descobre se o evento está definido.Gets whether the event is set.
public:
property bool IsSet { bool get(); };
public bool IsSet { get; }
member this.IsSet : bool
Public ReadOnly Property IsSet As Boolean
Valor da propriedade
true se o evento for definido; caso contrário, false.true if the event is set; otherwise, false.