ManualResetEventSlim.IsSet Propiedad

Definición

Obtiene si se establece el evento.

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

Valor de propiedad

true si se establece el evento; de lo contrario, false.

Se aplica a

Consulte también