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 (24.3.0.1000)
Syntax
public interface IHealthService

The IHealthService type exposes the following members.

Methods
  NameDescription
Public methodCheckHealth
Checks the health of the application.
Public methodGetHealthChecks
Gets information about the available health checks.
Top
See Also