NodeHealthState Class

 

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

Represents the health state of a node, which contains the node identifier and its aggregated health state.

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

Inheritance Hierarchy

System.Object
  System.Fabric.Health.EntityHealthState
    System.Fabric.Health.NodeHealthState

Syntax

public sealed class NodeHealthState : EntityHealthState

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.(Inherited from EntityHealthState.)

System_CAPS_pubproperty NodeName

Gets the name of the node.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Creates a string description of the node health state. (Overrides Object.ToString().)

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