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
| Name | Description |
|---|---|
| DequeueTimeUtc |
Time message was read from message queue |
| EnqueueTimeUtc |
Time message was written to message queue |
| Payload |
Serialized event data. |
| SequenceNumber |
Position of even in stream. |
| StreamGuid |
Stream Guid of the event data. |
| StreamId |
The stream identifier. |
| StreamNamespace |
Stream namespace. |