HealthCheckMessage Class

Contains the details of a health check message.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityOperationMessage
    Dundas.BI.Services.HealthHealthCheckMessage

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 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 propertyDetailsGets the details.
(Inherited from OperationMessage)
Public propertyIndentLevelGets the indent level.
(Inherited from OperationMessage)
Public propertyMessageAttributesGets the message attributes.
Public propertyMessageTimeGets the time when the message was posted, in Coordinated Universal Time (UTC).
(Inherited from OperationMessage)
Public propertySeverityGets the severity.
(Inherited from OperationMessage)
Public propertyTextGets the text.
(Inherited from OperationMessage)
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also