Skip to content

Constructor DeviceConnectivityHealthCheck

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

DeviceConnectivityHealthCheck(IDeviceFactory, ILogger<DeviceConnectivityHealthCheck>, string)

Initializes a new instance of the class.

csharp
public DeviceConnectivityHealthCheck(IDeviceFactory deviceFactory, ILogger<DeviceConnectivityHealthCheck> logger, string testPortOrPath)

Parameters

deviceFactory IDeviceFactory

The device factory.

logger ILogger<DeviceConnectivityHealthCheck>

The logger.

testPortOrPath string

The test port name or executable path for connectivity test.

Released under the Apache License 2.0.