JoinableTaskCollection::JoinTillEmptyAsync Method ()

 

Joins the caller's context to this collection till the collection is empty.

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

public:
Task^ JoinTillEmptyAsync()

Return Value

Type: System.Threading.Tasks::Task^

A task that completes when this collection is empty.

Return to top
Show: