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 对象。 如果协定是双工协定,则调度行为包含服务启动的操作;否则调度行为不包含任何操作。

适用于