BinaryBufferingVertex<TInput1, TInput2, TOutput, TTime> MethodsNaiad Help

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

The BinaryBufferingVertex<TInput1, TInput2, TOutput, TTime> generic type exposes the following members.

Methods

  NameDescription
Public methodOnNotify
Indicates that all messages bearing the given time (or earlier) have been delivered.
(Overrides Vertex<TTime>.OnNotify(TTime).)
Public methodOnReceive1
Called when a message is received on the first input.
(Overrides BinaryVertex<TInput1, TInput2, TOutput, TTime>.OnReceive1(Message<TInput1, TTime>).)
Public methodOnReceive2
Called when a message is received on the second input.
(Overrides BinaryVertex<TInput1, TInput2, TOutput, TTime>.OnReceive2(Message<TInput2, TTime>).)
Top
See Also

Reference