MemoryMessageData Struct

Definition

Represents the event sent and received from an In-Memory queue grain.

[System.Serializable]
public struct MemoryMessageData
[System.Serializable]
[Orleans.GenerateSerializer]
public struct MemoryMessageData
[<System.Serializable>]
type MemoryMessageData = struct
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type MemoryMessageData = struct
Public Structure MemoryMessageData
Inheritance
MemoryMessageData
Attributes

Fields

DequeueTimeUtc

The time this message was read from the message queue.

EnqueueTimeUtc

The time message was written to the message queue.

Payload

The serialized event data.

SequenceNumber

The position of the event in the stream.

StreamGuid

Stream Guid of the event data.

StreamId

The stream identifier.

StreamNamespace

Stream namespace.

Applies to