Share via


IStatefulServicePartition.ReportReplicaHealth Method

Definition

Overloads

ReportReplicaHealth(HealthInformation)

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

Parameters

healthInfo
HealthInformation

Applies to

ReportReplicaHealth(HealthInformation, HealthReportSendOptions)

public void ReportReplicaHealth(System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportReplicaHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportReplicaHealth (healthInfo As HealthInformation, sendOptions As HealthReportSendOptions)

Parameters

healthInfo
HealthInformation

Applies to