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 (26.2.0.1000)
Syntax
HealthCheckResult CheckHealth(
	HealthCheckConfig config
)

Parameters

config  HealthCheckConfig
The configuration for the health check operation.

Return Value

HealthCheckResult
An object representing the results of the health check.
Exceptions
ExceptionCondition
ArgumentNullExceptionconfig is .
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