HealthChecksData Constructor

Initializes a new instance of the HealthChecksData class.

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 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