AsyncCountdownEvent::WaitAsync Method ()

 

Returns an awaitable that executes the continuation when the counter reaches zero.

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: