ServiceHealthModel.ChannelDispatcherModel 构造函数

定义

重载

ServiceHealthModel.ChannelDispatcherModel()

初始化 ServiceHealthModel.ChannelDispatcherModel 类的实例。

ServiceHealthModel.ChannelDispatcherModel(ChannelDispatcherBase)

使用指定的通道调度程序初始化 ServiceHealthModel.ChannelDispatcherModel 类的实例。

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

用于生成模型的通道调度程序的实例。

适用于