ClientRuntime.CallbackDispatchRuntime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得分派服務啟動的作業的分派執行階段。
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 物件。 如果合約是雙工合約,則分派行為會包含服務啟動的作業,否則分派行為不會包含任何作業。