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衍生類別執行個體。