ManualResetEventSlim.IsSet Eigenschaft

Definition

Ruft ab, ob das Ereignis festgelegt ist.

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

Eigenschaftswert

true, wenn das Ereignis festgelegt ist; andernfalls "false".

Gilt für:

Weitere Informationen