SerializedMessage ClassNaiad Help

[This is preliminary documentation and is subject to change.]

Represents a serialized message, containing a MessageHeader and an optional payload.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodDispose
Frees all bmemory associated with this message.
Top
Fields

  NameDescription
Public fieldBody
The buffer containing the payload of this message.
Top
See Also

Reference