SubscriptionSync Method Naiad Help

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

Blocks the caller until this subscription has processed all inputs up to and including the given epoch.

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 time
)

Parameters

time
Type: SystemInt32
The epoch.
Remarks

To synchronize on all subscriptions in a computation at a particular epoch, use the Sync(Int32) method. To block until the entire computation has terminated, use the Join method.
See Also

Reference