AsyncCountdownEvent::SignalAndWaitAsync Method ()

 

Decrements the counter by one and 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^ SignalAndWaitAsync()

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: