CorrelationCallbackMessageProperty コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトを初期化するために、派生クラスのコンストラクターによって呼び出されます。
オーバーロード
CorrelationCallbackMessageProperty(ICollection<String>) |
関連付けの計算に必要な指定された関連付けデータ コレクションを使用して派生クラスの新しいインスタンスを初期化するために、派生クラスによって呼び出されます。 |
CorrelationCallbackMessageProperty(CorrelationCallbackMessageProperty) |
別の CorrelationCallbackMessageProperty 派生クラス インスタンスからの必要な関連付けデータを使用して派生クラスの新しいインスタンスを初期化するために、派生クラスによって呼び出されます。 |
CorrelationCallbackMessageProperty(ICollection<String>)
関連付けの計算に必要な指定された関連付けデータ コレクションを使用して派生クラスの新しいインスタンスを初期化するために、派生クラスによって呼び出されます。
protected:
CorrelationCallbackMessageProperty(System::Collections::Generic::ICollection<System::String ^> ^ neededData);
protected CorrelationCallbackMessageProperty (System.Collections.Generic.ICollection<string> neededData);
new System.ServiceModel.Channels.CorrelationCallbackMessageProperty : System.Collections.Generic.ICollection<string> -> System.ServiceModel.Channels.CorrelationCallbackMessageProperty
Protected Sub New (neededData As ICollection(Of String))
パラメーター
- neededData
- ICollection<String>
関連付けの計算に必要な関連付けデータ。
適用対象
CorrelationCallbackMessageProperty(CorrelationCallbackMessageProperty)
別の CorrelationCallbackMessageProperty 派生クラス インスタンスからの必要な関連付けデータを使用して派生クラスの新しいインスタンスを初期化するために、派生クラスによって呼び出されます。
protected:
CorrelationCallbackMessageProperty(System::ServiceModel::Channels::CorrelationCallbackMessageProperty ^ callback);
protected CorrelationCallbackMessageProperty (System.ServiceModel.Channels.CorrelationCallbackMessageProperty callback);
new System.ServiceModel.Channels.CorrelationCallbackMessageProperty : System.ServiceModel.Channels.CorrelationCallbackMessageProperty -> System.ServiceModel.Channels.CorrelationCallbackMessageProperty
Protected Sub New (callback As CorrelationCallbackMessageProperty)
パラメーター
- callback
- CorrelationCallbackMessageProperty
コピーする CorrelationCallbackMessageProperty 派生クラス インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET