Share via


DispatchRuntime.CallbackClientRuntime 屬性

定義

取得 ClientRuntime 物件,此物件代表 Windows Communication Foundation (WCF) 延伸模組對雙工回呼端點之傳出呼叫的安裝點。

public:
 property System::ServiceModel::Dispatcher::ClientRuntime ^ CallbackClientRuntime { System::ServiceModel::Dispatcher::ClientRuntime ^ get(); };
public System.ServiceModel.Dispatcher.ClientRuntime CallbackClientRuntime { get; }
member this.CallbackClientRuntime : System.ServiceModel.Dispatcher.ClientRuntime
Public ReadOnly Property CallbackClientRuntime As ClientRuntime

屬性值

ClientRuntime

ClientRuntime 物件,它是透過雙工合約進行之執行階段用戶端自訂的安裝點。

備註

使用 CallbackClientRuntime 來新增自訂延伸物件,這些物件可檢視或修改將參數轉換成傳出訊息、以及將回應訊息轉回傳回值。 如需詳細資訊,請參閱 ClientRuntime

適用於