23.97. Interface IHealthCheckProvider
Namespace: ArmoniK.Core.Base
Assembly: ArmoniK.Core.Base.dll
Represents a simpler health check than
public interface IHealthCheckProvider
23.97.1. Methods
23.97.1.1. Check(HealthCheckTag)
Checks the status of a class for the given health check type.
Task<HealthCheckResult> Check(HealthCheckTag tag)
23.97.1.1.1. Parameters
tag HealthCheckTag
Health check for which the class has to answer.
23.97.1.1.2. Returns
The result of the check containing the status of the class for the health check type.