Share via


ServiceHostBase.LoadConfigurationSection(ServiceElement) Metodo

Definizione

Carica l'elemento del servizio dal file di configurazione del servizio ospitato.

protected:
 void LoadConfigurationSection(System::ServiceModel::Configuration::ServiceElement ^ serviceSection);
protected void LoadConfigurationSection (System.ServiceModel.Configuration.ServiceElement serviceSection);
member this.LoadConfigurationSection : System.ServiceModel.Configuration.ServiceElement -> unit
Protected Sub LoadConfigurationSection (serviceSection As ServiceElement)

Parametri

serviceSection
ServiceElement

Elemento ServiceElement da caricare dalla configurazione.

Eccezioni

serviceSection è null.

La descrizione del servizio ospitato è null.

Si applica a