Share via


ICodePackageActivationContext.ReportApplicationHealth Method

Definition

Overloads

ReportApplicationHealth(HealthInformation)

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

Applies to

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)

Parameters

healthInfo
HealthInformation

Applies to