Share via


CodePackageActivationContext.ReportDeployedServicePackageHealth Method

Definition

Overloads

ReportDeployedServicePackageHealth(HealthInformation)

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

Parameters

healthInfo
HealthInformation

Implements

Applies to

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

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

Parameters

healthInfo
HealthInformation

Implements

Applies to