Share via


FabricClient.HealthClient.ReportHealth Method

Definition

Overloads

ReportHealth(HealthReport)

public void ReportHealth(System.Fabric.Health.HealthReport healthReport);
member this.ReportHealth : System.Fabric.Health.HealthReport -> unit
Public Sub ReportHealth (healthReport As HealthReport)

Parameters

healthReport
HealthReport

Applies to

ReportHealth(HealthReport, HealthReportSendOptions)

public void ReportHealth(System.Fabric.Health.HealthReport healthReport, System.Fabric.Health.HealthReportSendOptions sendOptions);
member this.ReportHealth : System.Fabric.Health.HealthReport * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportHealth (healthReport As HealthReport, sendOptions As HealthReportSendOptions)

Parameters

healthReport
HealthReport

Applies to