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 (24.3.0.1000)
Syntax
public class HealthCheckConfig

The HealthCheckConfig type exposes the following members.

Constructors
  NameDescription
Public methodHealthCheckConfig
Initializes a new instance of the HealthCheckConfig class
Top
Properties
  NameDescription
Public propertyCancellationToken
Gets or sets the cancellation token.
Public propertyChecksToIgnore
Gets or sets a list containing the IDs of any checks that should be ignored (skipped).
Public propertyChecksToRun
Gets or sets a list containing the IDs of any checks to run. Specify to run all checks.
Public propertyFixErrors
Gets or sets a value indicating whether to attempt to apply fixes for the checks which are run.
Public propertyMessageHandler
Gets or sets a delegate which will handle the health check messages.
Top
See Also