[This is preliminary documentation and is subject to change.]
Methods to create and apply LINQ expressions on a time-by-time basis.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
BinaryExpressionTInput1, TInput2, TOutput, TTime |
Constructs a stream from two inputs and a function to apply to collections on a time-by-time basis.
| |
UnaryExpressionTInput, TOutput, TTime |
Constructs a stream from an input and a function to apply to collections on a time-by-time basis.
|
See Also