[This is preliminary documentation and is subject to change.]
Called when a message is received on the first 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 OnReceive1( Message<TInput1, TTime> message )
Parameters
- message
- Type: Microsoft.Research.Naiad.DataflowMessageTInput1, TTime
The message.
See Also