Прочетете на английски

Споделяне чрез


HealthCheckResult Struct

Definition

Represents the result of a health check.

C#
public struct HealthCheckResult
Inheritance
HealthCheckResult

Constructors

HealthCheckResult(HealthStatus, String, Exception, IReadOnlyDictionary<String,Object>)

Creates a new HealthCheckResult with the specified values for status, exception, description, and data.

Properties

Data

Gets additional key-value pairs describing the health of the component.

Description

Gets a human-readable description of the status of the component that was checked.

Exception

Gets an Exception representing the exception that was thrown when checking for status (if any).

Status

Gets a value indicating the status of the component that was checked.

Methods

Applies to

Продукт Версии
.NET 10 (package-provided)
.NET Standard 2.0 (package-provided)