ClientRuntime.CallbackDispatchRuntime 屬性

定義

取得分派服務啟動的作業的分派執行階段。

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

屬性值

DispatchRuntime 物件。 如果合約是雙工合約,則分派行為會包含服務啟動的作業,否則分派行為不會包含任何作業。

適用於