Aracılığıyla paylaş


CorrelationMessageProperty Oluşturucular

Tanım

CorrelationMessageProperty sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

Belirtilen bağıntı CorrelationMessageProperty anahtarlarını kullanarak sınıfının yeni bir örneğini başlatır.

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

CorrelationMessageProperty sınıfının yeni bir örneğini başlatır.

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

Belirtilen bağıntı CorrelationMessageProperty anahtarlarını kullanarak sınıfının yeni bir örneğini başlatır.

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

Parametreler

correlationKey
InstanceKey

Birincil bağıntı için örnek anahtarı.

additionalKeys
IEnumerable<InstanceKey>

Ek bağıntılar için örnek anahtarları.

Şunlara uygulanır

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

CorrelationMessageProperty sınıfının yeni bir örneğini başlatır.

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

Parametreler

correlationKey
InstanceKey

Bağıntı anahtarı.

additionalKeys
IEnumerable<InstanceKey>

Ek anahtarlar.

transientCorrelations
IEnumerable<InstanceKey>

Geçici bağıntılar.

Şunlara uygulanır