21.107. Interface IHealthCheckProvider

Namespace: ArmoniK.Core.Base
Assembly: ArmoniK.Core.Base.dll

Represents a simpler health check than .

public interface IHealthCheckProvider

21.107.1. Methods

21.107.1.1. Check(HealthCheckTag)

Checks the status of a class for the given health check type.

Task<HealthCheckResult> Check(HealthCheckTag tag)

21.107.1.1.1. Parameters

tag HealthCheckTag

Health check for which the class has to answer.

21.107.1.1.2. Returns

Task<HealthCheckResult>

The result of the check containing the status of the class for the health check type.