Open this page in the API Guide

HealthCheckMessage Class

Contains the details of a health check message.
Inheritance Hierarchy
System.Object
  Dundas.BI.Utility.OperationMessage
    Dundas.BI.Services.Health.HealthCheckMessage

Namespace:  Dundas.BI.Services.Health
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public class HealthCheckMessage : OperationMessage

The HealthCheckMessage type exposes the following members.

Properties
  NameDescription
Public propertyCheckId
Gets the ID of the health check associated with the message.
Public propertyDetails
Gets the details.
(Inherited from OperationMessage.)
Public propertyIndentLevel
Gets the indent level.
(Inherited from OperationMessage.)
Public propertyMessageAttributes
Gets the message attributes.
Public propertyMessageTime
Gets the time when the message was posted, in Coordinated Universal Time (UTC).
(Inherited from OperationMessage.)
Public propertySeverity
Gets the severity.
(Inherited from OperationMessage.)
Public propertyText
Gets the text.
(Inherited from OperationMessage.)
Top
Methods
See Also