BinaryVertex<TInput1, TInput2, TOutput, TTime> Constructor Naiad Help

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

Creates a new BinaryVertex

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

Parameters

index
Type: System.Int32
vertex index
stage
Type: Microsoft.Research.Naiad.Dataflow.Stage<TTime>
host stage
See Also

Reference