ICodePackageActivationContext.ReportDeployedServicePackageHealth Methode

Definition

Überlädt

ReportDeployedServicePackageHealth(HealthInformation)

Meldet die Integrität für das aktuell bereitgestellte Dienstpaket.

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Meldet die Integrität für das aktuell bereitgestellte Dienstpaket. Gibt Sendeoptionen an, die steuern, wie der Bericht an den Integritätsspeicher gesendet wird.

ReportDeployedServicePackageHealth(HealthInformation)

Meldet die Integrität für das aktuell bereitgestellte Dienstpaket.

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

Parameter

healthInfo
HealthInformation

Zu meldende Integritätsinformationen.

Gilt für:

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Meldet die Integrität für das aktuell bereitgestellte Dienstpaket. Gibt Sendeoptionen an, die steuern, wie der Bericht an den Integritätsspeicher gesendet wird.

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)

Parameter

healthInfo
HealthInformation

Die HealthInformation , die die Integritätsberichtsinformationen beschreibt.

sendOptions
HealthReportSendOptions

Der HealthReportSendOptions , der steuert, wie der Bericht gesendet wird.

Gilt für: