Skip to content

Class BelayHealthCheckOptions

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

Options for configuring Belay.NET health checks.

csharp
public class BelayHealthCheckOptions

Inheritance

objectBelayHealthCheckOptions

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

DeviceHealthChecks

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.

Released under the Apache License 2.0.