Skip to content

Method GetTaskExecutor

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

GetTaskExecutor(SimplifiedDevice)

Gets the task executor instance from the device.

csharp
DirectExecutor GetTaskExecutor(SimplifiedDevice device)

Parameters

device SimplifiedDevice

The device instance.

Returns

DirectExecutor

The device's task executor.

Released under the Apache License 2.0.