Share via


CodePackageActivationContext.ReportDeployedApplicationHealth Method

Definition

Overloads

ReportDeployedApplicationHealth(HealthInformation)

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

Parameters

healthInfo
HealthInformation

Implements

Applies to

ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)

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
override this.ReportDeployedApplicationHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportDeployedApplicationHealth (healthInfo As HealthInformation, sendOptions As HealthReportSendOptions)

Parameters

healthInfo
HealthInformation

Implements

Applies to