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)
Syntax
'Declaration
Public Function JoinTillEmptyAsync As Task
public Task JoinTillEmptyAsync()
public:
Task^ JoinTillEmptyAsync()
member JoinTillEmptyAsync : unit -> Task
public function JoinTillEmptyAsync() : Task
Return Value
Type: System.Threading.Tasks.Task
A task that completes when this collection is empty.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.