IDuplexContextChannel.CallbackInstance 屬性

定義

取得或設定與雙工訊息交換相關的執行個體內容。

public:
 property System::ServiceModel::InstanceContext ^ CallbackInstance { System::ServiceModel::InstanceContext ^ get(); void set(System::ServiceModel::InstanceContext ^ value); };
public System.ServiceModel.InstanceContext CallbackInstance { get; set; }
member this.CallbackInstance : System.ServiceModel.InstanceContext with get, set
Public Property CallbackInstance As InstanceContext

屬性值

與雙工訊息交換相關的 InstanceContext

適用於