AsyncManualResetEvent::WaitAsync Method ()

 

Returns a task that will be completed when this event is set.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
Task^ WaitAsync()

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: