EntityHealth Class

Definition

Represents the base class for all entity health related classes.

public abstract class EntityHealth
type EntityHealth = class
Public MustInherit Class EntityHealth
Inheritance
EntityHealth
Derived

Constructors

Name Description
EntityHealth()

Initializes a new instance of the EntityHealth class.

Properties

Name Description
AggregatedHealthState

Gets the entity aggregated health state.

HealthEvents

Gets the health events reported on the entity.

UnhealthyEvaluations

Gets the unhealthy evaluations that show why the current aggregated health state was returned by Health Manager.

Methods

Name Description
AddUnhealthyEvaluationsString(StringBuilder)

Given a StringBuilder, appends a string that describes unhealthy evaluations, if any.

Applies to