IServicePartition.ReportPartitionHealth Method (HealthInformation)

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Reports current partition health.

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

void ReportPartitionHealth(
    HealthInformation healthInfo
)

Parameters

Exceptions

Exception Condition
FabricObjectClosedException

This indicates that the partition object is closed. The replica/replicator/instance has either been closed or is about to be closed.

See Also

IServicePartition Interface
System.Fabric Namespace

Return to top