AsyncManualResetEvent.PulseAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets and immediately resets this event, allowing all current waiters to unblock.
public:
void PulseAll();
public:
void PulseAll();
void PulseAll();
public void PulseAll ();
member this.PulseAll : unit -> unit
Public Sub PulseAll ()