IHealthService Interface

The interface which provides access to application health functionality.

Namespace: Dundas.BI.Services.Health
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IHealthService

The IHealthService type exposes the following members.

Methods
 NameDescription
Public methodCheckHealthChecks the health of the application.
Public methodGetHealthChecksGets information about the available health checks.
Top
See Also