[This is preliminary documentation and is subject to change.]
The BinaryVertex<TInput1, TInput2, TOutput, TTime> generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | MakeStage(Stream<TInput1, TTime>, Stream<TInput2, TTime>, Func<Int32, Stage<TTime>, BinaryVertex<TInput1, TInput2, TOutput, TTime>>, Expression<Func<TInput1, Int32>>, Expression<Func<TInput2, Int32>>, Expression<Func<TOutput, Int32>>, String) |
Creates a new stream from the output of a stage of BinaryVertex objects.
|
![]() ![]() | MakeStage(Placement, Stream<TInput1, TTime>, Stream<TInput2, TTime>, Func<Int32, Stage<TTime>, BinaryVertex<TInput1, TInput2, TOutput, TTime>>, Expression<Func<TInput1, Int32>>, Expression<Func<TInput2, Int32>>, Expression<Func<TOutput, 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