HealthCheckConfig Properties

The HealthCheckConfig type exposes the following members.

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