ICodePackageActivationContext.ReportDeployedApplicationHealth Methode

Definition

Überlädt

ReportDeployedApplicationHealth(HealthInformation)

Meldet die Integrität für die aktuell bereitgestellte Anwendung.

ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)

Meldet die Integrität für die aktuell bereitgestellte Anwendung. Gibt Optionen an, um zu steuern, wie der Bericht gesendet wird.

ReportDeployedApplicationHealth(HealthInformation)

Meldet die Integrität für die aktuell bereitgestellte Anwendung.

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

Parameter

healthInfo
HealthInformation

Zu meldende Integritätsinformationen.

Gilt für:

ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)

Meldet die Integrität für die aktuell bereitgestellte Anwendung. Gibt Optionen an, um zu steuern, wie der Bericht gesendet wird.

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
Public Sub ReportDeployedApplicationHealth (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: