ICodePackageActivationContext.ReportDeployedApplicationHealth Method

Definition

Overloads

ReportDeployedApplicationHealth(HealthInformation)

Reports health for current deployed application.

ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)

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

ReportDeployedApplicationHealth(HealthInformation)

Reports health for current deployed application.

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

Parameters

healthInfo
HealthInformation

Health information that is to be reported.

Applies to

ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)

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

public void ReportDeployedApplicationHealth (System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportDeployedApplicationHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportDeployedApplicationHealth (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