言語

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>

一時的な相関関係。

適用対象