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

適用対象