IHealthServiceCheckHealth Method  | 
 Checks the health of the application.
 
    Namespace: 
   Dundas.BI.Services.Health
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxHealthCheckResult CheckHealth(
	HealthCheckConfig config
)
Function CheckHealth ( 
	config As HealthCheckConfig
) As HealthCheckResult
HealthCheckResult^ CheckHealth(
	HealthCheckConfig^ config
)
abstract CheckHealth : 
        config : HealthCheckConfig -> HealthCheckResult 
Parameters
- config
 - Type: Dundas.BI.Services.HealthHealthCheckConfig
The configuration for the health check operation. 
Return Value
Type: 
HealthCheckResultAn object representing the results of the health check.
Exceptions
See Also