HealthCheckConfig Class

Represents the configuration parameters for running the health check.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Services.HealthHealthCheckConfig

Namespace: Dundas.BI.Services.Health
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class HealthCheckConfig

The HealthCheckConfig type exposes the following members.

Constructors
 NameDescription
Public methodHealthCheckConfigInitializes a new instance of the HealthCheckConfig class
Top
Properties
 NameDescription
Public propertyCancellationTokenGets or sets the cancellation token.
Public propertyChecksToIgnoreGets or sets a list containing the IDs of any checks that should be ignored (skipped).
Public propertyChecksToRunGets or sets a list containing the IDs of any checks to run. Specify to run all checks.
Public propertyFixErrorsGets or sets a value indicating whether to attempt to apply fixes for the checks which are run.
Public propertyMessageHandlerGets or sets a delegate which will handle the health check messages.
Top
See Also