ManualResetEventSlim.IsSet 속성

정의

이벤트가 설정되었는지를 가져옵니다.

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

속성 값

Boolean

이벤트가 설정되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보