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()
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