HealthChecksData Constructor

Initializes a new instance of the HealthChecksData class.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public HealthChecksData(
	string key,
	IReadOnlyList<HealthCheckMessageData> value
)

Parameters

key
Type: SystemString
The check ID.
value
Type: System.Collections.GenericIReadOnlyListHealthCheckMessageData
The list of HealthCheckMessageData objects associated with the key.
See Also