AsyncBarrier::SignalAndWait Method ()

 

Signals that a participant has completed work, and returns an awaitable that completes when all other participants have also completed.

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

public:
Task^ SignalAndWait()

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: