HealthIndicator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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
Azure SDK for .NET