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
)

Parameters

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

Return Value

Type: 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