Freigeben über


ICodePackageActivationContext.ReportApplicationHealth Methode

Definition

Überlädt

ReportApplicationHealth(HealthInformation)

Meldet die Integrität für die aktuelle Anwendung.

ReportApplicationHealth(HealthInformation, HealthReportSendOptions)

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

ReportApplicationHealth(HealthInformation)

Meldet die Integrität für die aktuelle Anwendung.

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

Parameter

healthInfo
HealthInformation

Die HealthInformation , die die Integritätsberichtsinformationen beschreibt.

Gilt für:

ReportApplicationHealth(HealthInformation, HealthReportSendOptions)

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

public void ReportApplicationHealth (System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportApplicationHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportApplicationHealth (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: