HealthIndicator Class

Definition

Provides a default implementation of the IHealthIndicator abstraction with no external dependencies.

public class HealthIndicator : Microsoft.WindowsAzure.Mobile.Service.Diagnostics.IHealthIndicator
type HealthIndicator = class
    interface IHealthIndicator
Public Class HealthIndicator
Implements IHealthIndicator
Inheritance
HealthIndicator
Implements

Constructors

HealthIndicator(HttpConfiguration)

Initializes a new instance of the HealthIndicator with a given config.

Methods

GetHealthReport()

Gets the current HealthReport for the service.

SetHealthReport(HealthReport)

Sets the current HealthReport for the service. The new HealthReport replaces the current health of the service, that is, there is only one active HealthReport at any given time.

Applies to