AsyncManualResetEvent::SetAsync Method ()
Visual Studio 2015
Sets this event to unblock callers of < WaitAsync.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
This method may return before the signal set has propagated (so IsSet may return false for some time if it is called immediately). The returned task completes when the signal has definitely been set.
Show: