BinaryBufferingVertexTInput1, TInput2, TOutput, TTime Constructor Naiad Help

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

Constructs a new BinaryBufferingVertex

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 BinaryBufferingVertex(
	int index,
	Stage<TTime> stage,
	Expression<Func<IEnumerable<TInput1>, IEnumerable<TInput2>, IEnumerable<TOutput>>> transformation
)

Parameters

index
Type: SystemInt32
vertex index
stage
Type: Microsoft.Research.Naiad.DataflowStageTTime
host stage
transformation
Type: System.Linq.ExpressionsExpressionFuncIEnumerableTInput1, IEnumerableTInput2, IEnumerableTOutput
transformation from two input collections to an output collection
See Also

Reference