MessageHeader StructureNaiad Help

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

Represents the header of a serialized message.

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 struct MessageHeader

The MessageHeader type exposes the following members.

Fields

  NameDescription
Public fieldChannelID
The ID of the logical dataflow edge on which the message is being sent.
Public fieldDestVertexID
The ID of the destination vertex.
Public fieldFromVertexID
The ID of the sending vertex.
Public fieldLength
The number of bytes in the payload. Only messages with type Data or CheckpointData have length greater than zero.
Public fieldSequenceNumber
A sequence number for the connection between the sending and receiving process.
Public fieldType
The type of the message. Only messages with type Data or CheckpointData have a payload.
Top
Properties

  NameDescription
Public propertyStatic memberSerialization
Get the Naiad serializer for the message header
Top
See Also

Reference