Udostępnij za pośrednictwem


ServiceHealthBehavior.GetServiceHealthSections(ServiceHostBase) Metoda

Definicja

Pobiera kolekcję obiektów ServiceHealthSection zdefiniowanych w . ServiceHealthBehavior

protected:
 virtual System::ServiceModel::Description::ServiceHealthSectionCollection ^ GetServiceHealthSections(System::ServiceModel::ServiceHostBase ^ serviceHost);
protected virtual System.ServiceModel.Description.ServiceHealthSectionCollection GetServiceHealthSections (System.ServiceModel.ServiceHostBase serviceHost);
abstract member GetServiceHealthSections : System.ServiceModel.ServiceHostBase -> System.ServiceModel.Description.ServiceHealthSectionCollection
override this.GetServiceHealthSections : System.ServiceModel.ServiceHostBase -> System.ServiceModel.Description.ServiceHealthSectionCollection
Protected Overridable Function GetServiceHealthSections (serviceHost As ServiceHostBase) As ServiceHealthSectionCollection

Parametry

serviceHost
ServiceHostBase

Wystąpienie hosta usługi, który zawiera usługę WCF z włączoną ServiceHealthBehavior usługą .

Zwraca

ServiceHealthSectionCollection

Kolekcja obiektów ServiceHealthSection zdefiniowanych w . ServiceHealthBehavior

Wyjątki

serviceHost to null.

Dotyczy