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