[This is preliminary documentation and is subject to change.]
Buffers the content of the given serializedMessage, 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 SerializedMessageReceived( SerializedMessage serializedMessage, ReturnAddress sender )
Parameters
- serializedMessage
- Type: Microsoft.Research.Naiad.SerializationSerializedMessage
The serialized message. - sender
- Type: Microsoft.Research.Naiad.DataflowReturnAddress
The sender of the message.
Implements
VertexInputTRecord, TTimeSerializedMessageReceived(SerializedMessage, ReturnAddress)See Also