DispatchRuntime.EndpointDispatcher 属性

定义

获取此调度运行时的 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 属性可获取与此调度运行时关联的终结点调度程序,以修改或自定义特定于终结点的执行。

适用于