ManualResetEventSlim.IsSet 属性

定义

获取是否已设置事件。

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

属性值

如果设置了事件,则为 true;否则为 false。

适用于

另请参阅