次の方法で共有


ICodePackageActivationContext.ReportApplicationHealth メソッド

定義

オーバーロード

ReportApplicationHealth(HealthInformation)

現在のアプリケーションの正常性を報告します。

ReportApplicationHealth(HealthInformation, HealthReportSendOptions)

現在のアプリケーションの正常性を報告します。 レポートの送信方法を制御するオプションを指定します。

ReportApplicationHealth(HealthInformation)

現在のアプリケーションの正常性を報告します。

public void ReportApplicationHealth (System.Fabric.Health.HealthInformation healthInfo);
abstract member ReportApplicationHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportApplicationHealth (healthInfo As HealthInformation)

パラメーター

healthInfo
HealthInformation

HealthInformation正常性レポート情報を記述する 。

適用対象

ReportApplicationHealth(HealthInformation, HealthReportSendOptions)

現在のアプリケーションの正常性を報告します。 レポートの送信方法を制御するオプションを指定します。

public void ReportApplicationHealth (System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportApplicationHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportApplicationHealth (healthInfo As HealthInformation, sendOptions As HealthReportSendOptions)

パラメーター

healthInfo
HealthInformation

HealthInformation正常性レポート情報を記述する 。

sendOptions
HealthReportSendOptions

HealthReportSendOptionsレポートの送信方法を制御する 。

適用対象