Class BelayHealthCheck
Namespace: Belay.Extensions.HealthChecks
Assembly: Belay.Extensions.dll
Health check for Belay.NET system components.
csharp
public class BelayHealthCheck : IHealthCheck
Inheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
BelayHealthCheck(IDeviceFactory, ILogger<BelayHealthCheck>)
Initializes a new instance of the class.
Methods
CheckHealthAsync(HealthCheckContext, CancellationToken)
Runs the health check, returning the status of the component being checked.