Partager via


MemoryMessageBody Constructeur

Définition

Initialise une nouvelle instance de la classe MemoryMessageBody.

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))

Paramètres

events
IEnumerable<Object>

Événements qui font partie de ce message.

contexrequestContext
Dictionary<String,Object>

Contexte dans lequel ce message a été envoyé

S’applique à