ServiceHealthModel.ChannelDispatcherModel Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ServiceHealthModel.ChannelDispatcherModel() |
Initialise une instance de la classe ServiceHealthModel.ChannelDispatcherModel. |
ServiceHealthModel.ChannelDispatcherModel(ChannelDispatcherBase) |
Initialise une instance de la classe ServiceHealthModel.ChannelDispatcherModel à l’aide d’un répartiteur de canal spécifié. |
ServiceHealthModel.ChannelDispatcherModel()
Initialise une instance de la classe ServiceHealthModel.ChannelDispatcherModel.
public:
ChannelDispatcherModel();
public ChannelDispatcherModel ();
Public Sub New ()
S’applique à
ServiceHealthModel.ChannelDispatcherModel(ChannelDispatcherBase)
Initialise une instance de la classe ServiceHealthModel.ChannelDispatcherModel à l’aide d’un répartiteur de canal spécifié.
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)
Paramètres
- channelDispatcher
- ChannelDispatcherBase
Instance du répartiteur de canal utilisée pour générer le modèle.