Class BelayHealthCheckOptions
Namespace: Belay.Extensions
Assembly: Belay.Extensions.dll
Options for configuring Belay.NET health checks.
csharp
public class BelayHealthCheckOptions
Inheritance
object ← BelayHealthCheckOptions
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Gets the list of device health checks to register.
SystemHealthCheckTimeoutSeconds
Gets or sets the system health check timeout in seconds.
Methods
AddDeviceCheck(string, string, int)
Adds a device connectivity health check.