ServiceHostBase.ChannelDispatchers 属性

定义

获取服务主机所使用的通道调度程序的集合。

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

属性值

ChannelDispatcherCollection

ChannelDispatcherCollection,包含服务主机所使用的通道调度程序的集合。

适用于