ApplicationHealth.ServiceHealthStates Property

Definition

Gets the service health states for the current application as found in the health store.

public System.Collections.Generic.IList<System.Fabric.Health.ServiceHealthState> ServiceHealthStates { get; }
member this.ServiceHealthStates : System.Collections.Generic.IList<System.Fabric.Health.ServiceHealthState>
Public ReadOnly Property ServiceHealthStates As IList(Of ServiceHealthState)

Property Value

The services of the current application as found in the health store.

Applies to