편집

Share via


ServiceHealthModel.ChannelDispatcherModel Constructors

Definition

Overloads

ServiceHealthModel.ChannelDispatcherModel()

Initializes an instance of the ServiceHealthModel.ChannelDispatcherModel class.

ServiceHealthModel.ChannelDispatcherModel(ChannelDispatcherBase)

Initializes an instance of the ServiceHealthModel.ChannelDispatcherModel class using a specified channel dispatcher.

ServiceHealthModel.ChannelDispatcherModel()

Initializes an instance of the ServiceHealthModel.ChannelDispatcherModel class.

public:
 ChannelDispatcherModel();
public ChannelDispatcherModel ();
Public Sub New ()

Applies to

ServiceHealthModel.ChannelDispatcherModel(ChannelDispatcherBase)

Initializes an instance of the ServiceHealthModel.ChannelDispatcherModel class using a specified channel dispatcher.

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)

Parameters

channelDispatcher
ChannelDispatcherBase

An instance of the channel dispatcher that is used to build the model.

Applies to