MemoryMessageData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |