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 (24.3.0.1000)
Syntax HealthCheckResult 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