[This is preliminary documentation and is subject to change.]
Blocks until all subscriptions have processed all inputs up to the supplied epoch.
If the computation has no subscriptions, no synchronization occurs.
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 Sync( int epoch )
Parameters
- epoch
- Type: SystemInt32
The epoch.
Remarks
Examples
See Also