你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IServicePartition.ReportPartitionHealth 方法

定义

重载

ReportPartitionHealth(HealthInformation)

报告当前分区运行状况。

ReportPartitionHealth(HealthInformation, HealthReportSendOptions)

报告当前分区运行状况。

ReportPartitionHealth(HealthInformation)

报告当前分区运行状况。

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

参数

healthInfo
HealthInformation

HealthInformation描述运行状况报告信息(如源、属性和运行状况状态)的 。

例外

这表示分区对象已关闭。 副本 (replica) /复制器/实例已关闭或即将关闭。

注解

运行状况信息描述报告详细信息,如源 ID、属性、运行状况和其他相关详细信息。 分区使用内部运行状况客户端将报告发送到运行状况存储。 客户端通过按配置的持续时间批处理报告来优化运行状况管理器的消息 (默认值:30 秒) 。 如果报表具有高优先级,则可以使用 指定发送选项以立即 ReportPartitionHealth(HealthInformation, HealthReportSendOptions)发送它。

详细了解 运行状况报告

适用于

ReportPartitionHealth(HealthInformation, HealthReportSendOptions)

报告当前分区运行状况。

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

参数

healthInfo
HealthInformation

HealthInformation描述运行状况报告信息(如源、属性和运行状况状态)的 。

sendOptions
HealthReportSendOptions

控制 HealthReportSendOptions 如何发送分区报表的 。

例外

这表示分区对象已关闭。 副本 (replica) /复制器/实例已关闭或即将关闭。

注解

运行状况信息描述报告详细信息,如源 ID、属性、运行状况和其他相关详细信息。 分区使用内部运行状况客户端将报告发送到运行状况存储。 客户端通过按配置的持续时间批处理报告来优化运行状况管理器的消息 (默认值:30 秒) 。 如果报表具有高优先级,则可以指定发送选项以立即发送它。

详细了解 运行状况报告

适用于