[This is preliminary documentation and is subject to change.]
Buffers the content of the given message, and schedules
a corresponding notification on the owning Vertex.
Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public void OnReceive( Message<TRecord, TTime> message, ReturnAddress sender )
Parameters
- message
- Type: Microsoft.Research.Naiad.DataflowMessageTRecord, TTime
The message. - sender
- Type: Microsoft.Research.Naiad.DataflowReturnAddress
The sender of the message.
Implements
VertexInputTRecord, TTimeOnReceive(MessageTRecord, TTime, ReturnAddress)See Also