IHealthIndicator Interface

 

Provides an abstraction for getting or setting the health of a service. The HealthReport can be used to indicate that something is wrong, for example by providing a hint on the home page.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public interface IHealthIndicator
public interface class IHealthIndicator
type IHealthIndicator = interface end
Public Interface IHealthIndicator

Methods

Name Description
System_CAPS_pubmethod GetHealthReport()

Gets the current HealthReport for the service.

System_CAPS_pubmethod 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.

See Also

Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace

Return to top