AsyncManualResetEvent.IsSet 属性

定义

获取一个值,该值指示事件当前是否处于终止状态。

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

属性值

Boolean

如果事件当前处于终止状态,则返回 true,否则返回 false

适用于