EntityHealth.AggregatedHealthState Property

 

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

Gets the entity aggregated health state.

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

Syntax

public HealthState AggregatedHealthState { get; internal set; }

Property Value

Type: System.Fabric.Health.HealthState

The HealthState representing the aggregated health state computed by Health Manager based on reported events on entity and its children (if any) and desired health policy.

See Also

EntityHealth Class
System.Fabric.Health Namespace

Return to top