CorrelationMessageProperty Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy CorrelationMessageProperty.
Przeciążenia
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>) |
Inicjuje nowe wystąpienie klasy CorrelationMessageProperty przy użyciu określonych kluczy korelacji. |
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>) |
Inicjuje nowe wystąpienie klasy CorrelationMessageProperty. |
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)
Inicjuje nowe wystąpienie klasy CorrelationMessageProperty przy użyciu określonych kluczy korelacji.
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))
Parametry
- correlationKey
- InstanceKey
Klucz wystąpienia dla korelacji podstawowej.
- additionalKeys
- IEnumerable<InstanceKey>
Klucze wystąpienia dla dodatkowych korelacji.
Dotyczy
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>)
Inicjuje nowe wystąpienie klasy CorrelationMessageProperty.
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))
Parametry
- correlationKey
- InstanceKey
Klucz korelacji.
- additionalKeys
- IEnumerable<InstanceKey>
Dodatkowe klucze.
- transientCorrelations
- IEnumerable<InstanceKey>
Korelacje przejściowe.