ICodePackageActivationContext.ReportDeployedServicePackageHealth Method

Definition

Overloads

ReportDeployedServicePackageHealth(HealthInformation)

Reports health for current deployed service package.

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Reports health for current deployed service package. Specifies send options that control how the report is sent to the health store.

ReportDeployedServicePackageHealth(HealthInformation)

Reports health for current deployed service package.

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

Parameters

healthInfo
HealthInformation

Health information that is to be reported.

Applies to

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Reports health for current deployed service package. Specifies send options that control how the report is sent to the health store.

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
Public Sub ReportDeployedServicePackageHealth (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