Open this page in the API Guide

IHealthService.CheckHealth 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.1.0.1000)
Syntax
HealthCheckResult CheckHealth(
	HealthCheckConfig config
)

Parameters

config
Type: Dundas.BI.Services.Health.HealthCheckConfig
The configuration for the health check operation.

Return Value

Type: HealthCheckResult
An object representing the results of the health check.
Exceptions
ExceptionCondition
ArgumentNullExceptionconfig is null.
OperationAlreadyInProgressExceptionA health check with the Fix Errors flag enabled is already in progress.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also