AutoResetEvent.Reset 方法

定義

將事件的狀態設定為非ignaled,這會導致線程封鎖。

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

傳回

true 若操作成功;否則, false

適用於