AsyncManualResetEvent.PulseAll 方法

定义

设置并立即重置此事件,允许所有当前等待者取消阻止。

public:
 void PulseAll();
public:
 void PulseAll();
void PulseAll();
public void PulseAll ();
member this.PulseAll : unit -> unit
Public Sub PulseAll ()

适用于