[This is preliminary documentation and is subject to change.]
Blocks until all computation in this graph has termintaed.
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
void Join()
Remarks
Examples
using (Computation computation = controller.NewComputation()) { /* Dataflow graph defined here. */ computation.Activate(); /* Inputs supplied here. */ computation.Join(); }
See Also
Reference
ComputationJoin