CorrelationMessageProperty Construtores

Definição

Inicializa uma nova instância da classe CorrelationMessageProperty.

Sobrecargas

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

Inicializa uma nova instância da classe CorrelationMessageProperty usando as chaves de correlação especificadas.

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

Inicializa uma nova instância da classe CorrelationMessageProperty.

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

Inicializa uma nova instância da classe CorrelationMessageProperty usando as chaves de correlação especificadas.

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

Parâmetros

correlationKey
InstanceKey

A chave de instância para a correlação primária.

additionalKeys
IEnumerable<InstanceKey>

Chaves de instância para correlações adicionais.

Aplica-se a

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

Inicializa uma nova instância da 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))

Parâmetros

correlationKey
InstanceKey

A chave de correlação.

additionalKeys
IEnumerable<InstanceKey>

As chaves adicionais.

transientCorrelations
IEnumerable<InstanceKey>

As correlações transitórias.

Aplica-se a