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 (26.2.0.1000)
Syntax
public HealthChecksData(
	string? key,
	IReadOnlyList<HealthCheckMessageData> value
)

Parameters

key  String
The check ID.
value  IReadOnlyListHealthCheckMessageData
The list of HealthCheckMessageData objects associated with the key.
See Also