言語

CorrelationCallbackMessageProperty コンストラクター

定義

オブジェクトを初期化するために、派生クラスコンストラクターによって呼び出されます。

オーバーロード

名前 説明
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 派生クラス インスタンス。

適用対象