Skip to content

Method GetTeardownExecutor

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

GetTeardownExecutor(SimplifiedDevice)

Gets the teardown executor instance from the device.

csharp
DirectExecutor GetTeardownExecutor(SimplifiedDevice device)

Parameters

device SimplifiedDevice

The device instance.

Returns

DirectExecutor

The device's teardown executor.

Released under the Apache License 2.0.