HealthCheckCheckResult Class

Class used to track the results of a health check.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsHealthCheckCheckResult

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class HealthCheckCheckResult

The HealthCheckCheckResult type exposes the following members.

Properties
  NameDescription
Public propertyException
Gets or sets the exception for the current health check.
Public propertyHealthCheckResult
Gets or sets the HealthCheckResult object for the current health check.
Public propertyHealthChecks
Gets a list of health checks and their messages.
Top
Methods
  NameDescription
Public methodAddMessage
Add the HealthCheckMessage to the list of messages for the associated context.
Top
See Also