Open this page in the API Guide

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

Parameters

key
Type: System.String
The check ID.
value
Type: System.Collections.Generic.IReadOnlyList<HealthCheckMessageData>
The list of HealthCheckMessageData objects associated with the key.
See Also