SinkVertexTOutput, TTime Constructor Naiad Help

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

Constructs a SinkVertex from an index and stage

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 SinkVertex(
	int index,
	Stage<TTime> stage
)

Parameters

index
Type: SystemInt32
index
stage
Type: Microsoft.Research.Naiad.DataflowStageTTime
stage
See Also

Reference