EntityHealthState Class

 

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

Represents the base class for all entity health state classes.

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

Inheritance Hierarchy

System.Object
  System.Fabric.Health.EntityHealthState
    System.Fabric.Health.ApplicationHealthState
    System.Fabric.Health.DeployedApplicationHealthState
    System.Fabric.Health.DeployedServicePackageHealthState
    System.Fabric.Health.NodeHealthState
    System.Fabric.Health.PartitionHealthState
    System.Fabric.Health.ReplicaHealthState
    System.Fabric.Health.ServiceHealthState

Syntax

public abstract class EntityHealthState

Constructors

Name Description
System_CAPS_protmethod EntityHealthState()

Initializes a new instance of the EntityHealthState class.

Properties

Name Description
System_CAPS_pubproperty AggregatedHealthState

Gets the aggregated health state computed by Health Manager based on all reported events and the desired policy.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

An entity health state contains entity identifier and entity aggregated health state.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric.Health Namespace

Return to top