AsyncManualResetEventIsSet 属性
获取一个值,指示事件当前是否处于已设置状态。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public bool IsSet { get; }
Public ReadOnly Property IsSet As Boolean
Get
member IsSet : bool with get
属性值
Boolean如果事件已设置,则为
;否则为
。