ICodePackageActivationContext.ReportApplicationHealth Method

Definition

Overloads

ReportApplicationHealth(HealthInformation)

Reports health for current application.

ReportApplicationHealth(HealthInformation, HealthReportSendOptions)

Reports health for current application. Specifies options to control how the report is sent.

ReportApplicationHealth(HealthInformation)

Reports health for current application.

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

Parameters

healthInfo
HealthInformation

The HealthInformation that describes the health report information.

Applies to

ReportApplicationHealth(HealthInformation, HealthReportSendOptions)

Reports health for current application. Specifies options to control how the report is sent.

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)

Parameters

healthInfo
HealthInformation

The HealthInformation that describes the health report information.

sendOptions
HealthReportSendOptions

The HealthReportSendOptions that controls how the report is sent.

Applies to