ExtensionMethods ClassNaiad Help

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

Methods to create and apply LINQ expressions on a time-by-time basis.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.Naiad.Dataflow.StandardVerticesExtensionMethods

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

C#
public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBinaryExpressionTInput1, TInput2, TOutput, TTime
Constructs a stream from two inputs and a function to apply to collections on a time-by-time basis.
Public methodStatic memberUnaryExpressionTInput, TOutput, TTime
Constructs a stream from an input and a function to apply to collections on a time-by-time basis.
Top
See Also

Reference