MemoryMessageBody Class
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.
Message body used by the in-memory stream provider.
[System.Serializable]
public class MemoryMessageBody
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class MemoryMessageBody
[<System.Serializable>]
type MemoryMessageBody = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type MemoryMessageBody = class
Public Class MemoryMessageBody
Public NotInheritable Class MemoryMessageBody
- Inheritance
-
MemoryMessageBody
- Attributes
Constructors
MemoryMessageBody(IEnumerable<Object>, Dictionary<String,Object>) |
Initializes a new instance of the MemoryMessageBody class. |
Properties
Events |
Gets the events in the message. |
RequestContext |
Gets the message request context. |