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

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

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

Methods

  NameDescription
Public methodStatic memberMakeStage(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.
Public methodStatic memberMakeStage(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.
Public methodOnReceive1
Called when a message is received on the first input.
Public methodOnReceive2
Called when a message is received on the second input.
Top
See Also

Reference