[This is preliminary documentation and is subject to change.]
The BinaryBufferingVertexTInput1, TInput2, TOutput, TTime generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnNotify |
Indicates that all messages bearing the given time (or earlier) have been delivered.
(Overrides VertexTTimeOnNotify(TTime).) | |
OnReceive1 |
Called when a message is received on the first input.
(Overrides BinaryVertexTInput1, TInput2, TOutput, TTimeOnReceive1(MessageTInput1, TTime).) | |
OnReceive2 |
Called when a message is received on the second input.
(Overrides BinaryVertexTInput1, TInput2, TOutput, TTimeOnReceive2(MessageTInput2, TTime).) |
See Also