Skip to content

Class BelayHealthCheck

Namespace: Belay.Extensions.HealthChecks
Assembly: Belay.Extensions.dll

Health check for Belay.NET system components.

csharp
public class BelayHealthCheck : IHealthCheck

Inheritance

objectBelayHealthCheck

Implements

IHealthCheck

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.

Released under the Apache License 2.0.