MemoryMessageData
struct
Namespace: Orleans.Providers
Represents the event sent and received from an In-Memory queue grain.
[Orleans.GenerateSerializer]public struct MemoryMessageDataFields
DequeueTimeUtcThe time this message was read from the message queue.EnqueueTimeUtcThe time message was written to the message queue.PayloadThe serialized event data.SequenceNumberThe position of the event in the stream.StreamIdThe stream identifier.
