SinkBufferingVertexTOutput, TTime Constructor Naiad Help

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

Creates a new SinkBufferingStage

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 SinkBufferingVertex(
	int index,
	Stage<TTime> stage,
	Expression<Action<IEnumerable<TOutput>>> action
)

Parameters

index
Type: SystemInt32
vertex index
stage
Type: Microsoft.Research.Naiad.DataflowStageTTime
host stage
action
Type: System.Linq.ExpressionsExpressionActionIEnumerableTOutput
action on input collection
See Also

Reference