FabricClient.HealthClient.ReportHealth Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- sendOptions
- HealthReportSendOptions