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