[This is preliminary documentation and is subject to change.]
The BinaryVertexTInput1, TInput2, TOutput, TTime generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
MakeStage(StreamTInput1, TTime, StreamTInput2, TTime, FuncInt32, StageTTime, BinaryVertexTInput1, TInput2, TOutput, TTime, ExpressionFuncTInput1, Int32, ExpressionFuncTInput2, Int32, ExpressionFuncTOutput, Int32, String) |
Creates a new stream from the output of a stage of BinaryVertex objects.
| |
MakeStage(Placement, StreamTInput1, TTime, StreamTInput2, TTime, FuncInt32, StageTTime, BinaryVertexTInput1, TInput2, TOutput, TTime, ExpressionFuncTInput1, Int32, ExpressionFuncTInput2, Int32, ExpressionFuncTOutput, Int32, String) |
Creates a new stream from the output of a stage of BinaryVertex objects.
| |
OnReceive1 |
Called when a message is received on the first input.
| |
OnReceive2 |
Called when a message is received on the second input.
|
See Also