Subscription InterfaceNaiad Help

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

Represents an observable "output" of a Naiad computation, and provides a means of synchronizing with the computation.

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

C#
public interface Subscription : IDisposable

The Subscription type exposes the following members.

Methods

  NameDescription
Public methodSync
Blocks the caller until this subscription has processed all inputs up to and including the given epoch.
Top
See Also

Reference