Skip to content

Class DeviceHealthCheckConfiguration

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

Configuration for a device health check.

csharp
public class DeviceHealthCheckConfiguration

Inheritance

objectDeviceHealthCheckConfiguration

Inherited Members

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

Properties

Name

Gets or sets the name of the health check.

PortOrPath

Gets or sets the port name or executable path to test.

TimeoutSeconds

Gets or sets the timeout in seconds.

Released under the Apache License 2.0.