[This is preliminary documentation and is subject to change.]
Callback for a serialized message.
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#
void SerializedMessageReceived( SerializedMessage message, ReturnAddress from )
Parameters
- message
- Type: Microsoft.Research.Naiad.SerializationSerializedMessage
the serialized message - from
- Type: Microsoft.Research.Naiad.DataflowReturnAddress
the source of the serialized message
See Also