CorrelationMessageProperty Konstruktorer

Definition

Initierar en ny instans av CorrelationMessageProperty klassen.

Överlagringar

Name Description
CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

Initierar en ny instans av klassen med hjälp av CorrelationMessageProperty de angivna korrelationsnycklarna.

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>)

Initierar en ny instans av CorrelationMessageProperty klassen.

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

Initierar en ny instans av klassen med hjälp av CorrelationMessageProperty de angivna korrelationsnycklarna.

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

Parametrar

correlationKey
InstanceKey

Instansnyckeln för den primära korrelationen.

additionalKeys
IEnumerable<InstanceKey>

Instansnycklar för ytterligare korrelationer.

Gäller för

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>)

Initierar en ny instans av CorrelationMessageProperty klassen.

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

Parametrar

correlationKey
InstanceKey

Korrelationsnyckeln.

additionalKeys
IEnumerable<InstanceKey>

De ytterligare nycklarna.

transientCorrelations
IEnumerable<InstanceKey>

De tillfälliga korrelationerna.

Gäller för