ServiceHostBase.LoadConfigurationSection(ServiceElement) Metoda

Definice

Načte prvek služby z konfiguračního souboru hostované služby.

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)

Parametry

serviceSection
ServiceElement

Načítá ServiceElement se z konfigurace.

Výjimky

serviceSection je null.

Popis hostované služby je null.

Platí pro