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 (25.3.0.1000)
SyntaxIList<IHealthCheckInfo> GetHealthChecks()
Function GetHealthChecks As IList(Of IHealthCheckInfo)
IList<IHealthCheckInfo^>^ GetHealthChecks()
abstract GetHealthChecks : unit -> IList<IHealthCheckInfo> 
Return Value
Type: 
IListIHealthCheckInfoA list of objects, each describing a health check.
Exceptions
See Also