DispatchRuntime.EndpointDispatcher 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此调度运行时的 EndpointDispatcher。
public:
property System::ServiceModel::Dispatcher::EndpointDispatcher ^ EndpointDispatcher { System::ServiceModel::Dispatcher::EndpointDispatcher ^ get(); };
public System.ServiceModel.Dispatcher.EndpointDispatcher EndpointDispatcher { get; }
member this.EndpointDispatcher : System.ServiceModel.Dispatcher.EndpointDispatcher
Public ReadOnly Property EndpointDispatcher As EndpointDispatcher
属性值
此调度运行时的 EndpointDispatcher。
注解
使用 EndpointDispatcher 属性可获取与此调度运行时关联的终结点调度程序,以修改或自定义特定于终结点的执行。