ServiceHealthBehavior.GetServiceHealthSections(ServiceHostBase) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ServiceHealthBehavior に定義されている ServiceHealthSection オブジェクトのコレクションを取得します。
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
パラメーター
- serviceHost
- ServiceHostBase
ServiceHealthBehavior が有効な WCF サービスを含むサービス ホストのインスタンス。
戻り値
ServiceHealthBehavior に定義されている ServiceHealthSection オブジェクトのコレクション。
例外
serviceHost
が null
です。