次の方法で共有


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>

一時的な相関関係。

適用対象