CorrelationMessageProperty Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der CorrelationMessageProperty-Klasse.
Überlädt
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>) |
Initialisiert eine neue Instanz der CorrelationMessageProperty-Klasse unter Verwendung der angegebenen Korrelationsschlüssel. |
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>) |
Initialisiert eine neue Instanz der CorrelationMessageProperty-Klasse. |
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)
Initialisiert eine neue Instanz der CorrelationMessageProperty-Klasse unter Verwendung der angegebenen Korrelationsschlüssel.
public:
CorrelationMessageProperty(System::Runtime::DurableInstancing::InstanceKey ^ correlationKey, System::Collections::Generic::IEnumerable<System::Runtime::DurableInstancing::InstanceKey ^> ^ additionalKeys);
public CorrelationMessageProperty (System.Runtime.DurableInstancing.InstanceKey correlationKey, System.Collections.Generic.IEnumerable<System.Runtime.DurableInstancing.InstanceKey> additionalKeys);
new System.ServiceModel.Channels.CorrelationMessageProperty : System.Runtime.DurableInstancing.InstanceKey * seq<System.Runtime.DurableInstancing.InstanceKey> -> System.ServiceModel.Channels.CorrelationMessageProperty
Public Sub New (correlationKey As InstanceKey, additionalKeys As IEnumerable(Of InstanceKey))
Parameter
- correlationKey
- InstanceKey
Der Instanzschlüssel für die primäre Korrelation.
- additionalKeys
- IEnumerable<InstanceKey>
Instanzschlüssel für zusätzliche Korrelationen.
Gilt für
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>)
Initialisiert eine neue Instanz der CorrelationMessageProperty-Klasse.
public:
CorrelationMessageProperty(System::Runtime::DurableInstancing::InstanceKey ^ correlationKey, System::Collections::Generic::IEnumerable<System::Runtime::DurableInstancing::InstanceKey ^> ^ additionalKeys, System::Collections::Generic::IEnumerable<System::Runtime::DurableInstancing::InstanceKey ^> ^ transientCorrelations);
public CorrelationMessageProperty (System.Runtime.DurableInstancing.InstanceKey correlationKey, System.Collections.Generic.IEnumerable<System.Runtime.DurableInstancing.InstanceKey> additionalKeys, System.Collections.Generic.IEnumerable<System.Runtime.DurableInstancing.InstanceKey> transientCorrelations);
new System.ServiceModel.Channels.CorrelationMessageProperty : System.Runtime.DurableInstancing.InstanceKey * seq<System.Runtime.DurableInstancing.InstanceKey> * seq<System.Runtime.DurableInstancing.InstanceKey> -> System.ServiceModel.Channels.CorrelationMessageProperty
Public Sub New (correlationKey As InstanceKey, additionalKeys As IEnumerable(Of InstanceKey), transientCorrelations As IEnumerable(Of InstanceKey))
Parameter
- correlationKey
- InstanceKey
Die Korrelationsschlüssel.
- additionalKeys
- IEnumerable<InstanceKey>
Die zusätzlichen Schlüssel.
- transientCorrelations
- IEnumerable<InstanceKey>
Die flüchtigen Korrelationen.