[This is preliminary documentation and is subject to change.]
Represents a serialized message, containing a MessageHeader and an optional payload.
Inheritance Hierarchy
Microsoft.Research.Naiad.SerializationSerializedMessage
Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public class SerializedMessage : IDisposable
The SerializedMessage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Frees all bmemory associated with this message.
|
Fields
Name | Description | |
---|---|---|
Body |
The buffer containing the payload of this message.
|
See Also