ManualResetEventSlim.IsSet 屬性

定義

取得值,表示事件是否已設定。

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

屬性值

如果已設定事件則為 true,否則為 false。

適用於

另請參閱