ServiceHealthModel.ChannelDispatcherModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.