AutoResetEvent.Reset 메서드

정의

스레드가 차단되도록 이벤트 상태를 신호 없음으로 설정합니다.

public:
 bool Reset();
public bool Reset ();
member this.Reset : unit -> bool
Public Function Reset () As Boolean

반환

Boolean

작업에 성공하면true 이고, 실패했으면 false입니다.

적용 대상