Skip to content

Constructor DirectExecutor

Namespace: Belay.Core
Assembly: Belay.Core.dll

DirectExecutor(IDeviceConnection, ILogger<DirectExecutor>?)

Initializes a new instance of the class.

csharp
public DirectExecutor(IDeviceConnection device, ILogger<DirectExecutor>? logger = null)

Parameters

device IDeviceConnection

The device connection to execute on.

logger ILogger<DirectExecutor>?

Optional logger for diagnostic information.

Released under the Apache License 2.0.