Click or drag to resize

EngineUnbindSlot Method

Unbinds the engine from the command station and frees the slot.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax

Parameters

blnNetMustCfm
Type: SystemBoolean
Indicates if the Loconet network must confirm the slot release commands before the Engine can be marked unbound. When False the Engine will be marked unbound even if disconnected from the network.

Return Value

Type: TaskEngineUnbindSlotResult
An awaitable Task returning a EngineUnbindSlotResult.
Remarks
The Slot property will be set to 0 on success. Call is ignored if the engine is not bound to a slot. The UnbindSlotResponse event will be raised on completion returning an EngineUnbindSlotResult.
See Also