ControllerJoinAsync Method Naiad Help

[This is preliminary documentation and is subject to change.]

Returns a task that blocks until all computation in this controller has terminated.

Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
Task JoinAsync()

Return Value

Type: Task
A task that blocks until all computation is complete
See Also

Reference