ServiceHealthModel.ChannelDispatcherModel 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ServiceHealthModel.ChannelDispatcherModel() | |
ServiceHealthModel.ChannelDispatcherModel(ChannelDispatcherBase) |
使用指定的通道调度程序初始化 ServiceHealthModel.ChannelDispatcherModel 类的实例。 |
ServiceHealthModel.ChannelDispatcherModel()
public:
ChannelDispatcherModel();
public ChannelDispatcherModel ();
Public Sub New ()
适用于
ServiceHealthModel.ChannelDispatcherModel(ChannelDispatcherBase)
使用指定的通道调度程序初始化 ServiceHealthModel.ChannelDispatcherModel 类的实例。
public:
ChannelDispatcherModel(System::ServiceModel::Dispatcher::ChannelDispatcherBase ^ channelDispatcher);
public ChannelDispatcherModel (System.ServiceModel.Dispatcher.ChannelDispatcherBase channelDispatcher);
new System.ServiceModel.Description.ServiceHealthModel.ChannelDispatcherModel : System.ServiceModel.Dispatcher.ChannelDispatcherBase -> System.ServiceModel.Description.ServiceHealthModel.ChannelDispatcherModel
Public Sub New (channelDispatcher As ChannelDispatcherBase)
参数
- channelDispatcher
- ChannelDispatcherBase
用于生成模型的通道调度程序的实例。