DataSource InterfaceNaiad Help

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

Represents an untyped external input to a Naiad Computation.

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

C#
public interface DataSource

The DataSource type exposes the following members.

Methods

  NameDescription
Public methodActivate
Called by the Computation before it completes its own Activate().
Public methodJoin
Called by the Computation before it completes its own Join().
Top
See Also

Reference