CorrelationMessageProperty Costruttori

Definizione

Inizializza una nuova istanza della classe CorrelationMessageProperty.

Overload

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

Inizializza una nuova istanza della classe CorrelationMessageProperty utilizzando le chiavi di correlazione specificate.

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

Inizializza una nuova istanza della classe CorrelationMessageProperty.

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

Inizializza una nuova istanza della classe CorrelationMessageProperty utilizzando le chiavi di correlazione specificate.

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

Parametri

correlationKey
InstanceKey

Chiave di istanza per la correlazione primaria.

additionalKeys
IEnumerable<InstanceKey>

Chiavi di istanza per correlazioni aggiuntive.

Si applica a

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

Inizializza una nuova istanza della classe 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))

Parametri

correlationKey
InstanceKey

Chiave di correlazione.

additionalKeys
IEnumerable<InstanceKey>

Chiavi aggiuntive.

transientCorrelations
IEnumerable<InstanceKey>

Correlazioni temporanee.

Si applica a