CorrelationMessageProperty コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
一時的な相関関係。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET