IHealthServiceGetHealthChecks Method

Gets information about the available health checks.

Namespace:  Dundas.BI.Services.Health
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IList<IHealthCheckInfo> GetHealthChecks()

Return Value

Type: IListIHealthCheckInfo
A list of objects, each describing a health check.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also