Edit

Share via


MemoryMessageBody Constructor

Definition

Initializes a new instance of the MemoryMessageBody class.

public MemoryMessageBody (System.Collections.Generic.IEnumerable<object> events, System.Collections.Generic.Dictionary<string,object> contex);
public MemoryMessageBody (System.Collections.Generic.IEnumerable<object> events, System.Collections.Generic.Dictionary<string,object> requestContext);
new Orleans.Providers.MemoryMessageBody : seq<obj> * System.Collections.Generic.Dictionary<string, obj> -> Orleans.Providers.MemoryMessageBody
new Orleans.Providers.MemoryMessageBody : seq<obj> * System.Collections.Generic.Dictionary<string, obj> -> Orleans.Providers.MemoryMessageBody
Public Sub New (events As IEnumerable(Of Object), contex As Dictionary(Of String, Object))
Public Sub New (events As IEnumerable(Of Object), requestContext As Dictionary(Of String, Object))

Parameters

events
IEnumerable<Object>

Events that are part of this message.

contexrequestContext
Dictionary<String,Object>

Context in which this message was sent

Applies to