17.105. Interface IHealthCheckProvider

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

Represents a simpler health check than .

[PublicAPI]
public interface IHealthCheckProvider

17.105.1. Methods

17.105.1.1. Check(HealthCheckTag)

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

Task<HealthCheckResult> Check(HealthCheckTag tag)

17.105.1.1.1. Parameters

tag HealthCheckTag

Health check for which the class has to answer.

17.105.1.1.2. Returns

Task<HealthCheckResult>

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