VertexTTime Constructor Naiad Help

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

Constructs a new Vertex with the given index in the given stage.

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

C#
public Vertex(
	int index,
	Stage<TTime> stage
)

Parameters

index
Type: SystemInt32
Unique index of this vertex within the stage.
stage
Type: Microsoft.Research.Naiad.DataflowStageTTime
Stage to which this vertex will belong.
See Also

Reference