CorrelationMessageProperty 建構函式

定義

初始化 CorrelationMessageProperty 類別的新執行個體。

多載

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

使用指定的相互關聯索引鍵,初始化 CorrelationMessageProperty 類別的新執行個體。

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

初始化 CorrelationMessageProperty 類別的新執行個體。

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

使用指定的相互關聯索引鍵,初始化 CorrelationMessageProperty 類別的新執行個體。

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

參數

correlationKey
InstanceKey

主要相互關聯的執行個體索引鍵。

additionalKeys
IEnumerable<InstanceKey>

其他相互關聯的執行個體索引鍵。

適用於

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

初始化 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))

參數

correlationKey
InstanceKey

相互關聯索引鍵。

additionalKeys
IEnumerable<InstanceKey>

其他索引鍵。

transientCorrelations
IEnumerable<InstanceKey>

暫時性的相互關聯。

適用於