BinaryVertexTInput1, TInput2, TOutput, TTimeOnReceive2 Method Naiad Help

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

Called when a message is received on the second input.

Namespace: Microsoft.Research.Naiad.Dataflow.StandardVertices
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public abstract void OnReceive2(
	Message<TInput2, TTime> message
)

Parameters

message
Type: Microsoft.Research.Naiad.DataflowMessageTInput2, TTime
The message.
See Also

Reference