Click or drag to resize

EngineBindSlot Method

Binds the engine to the command station so that it can be controlled.

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

Parameters

blnSteal
Type: SystemBoolean
In cases when a normal bind would be rejected with a FailedInUse result, setting this parameter to True will force the bind by stealing the slot in use.

Return Value

Type: TaskEngineBindSlotResult
An awaitable Task returning a EngineBindSlotResult.
Remarks
The Slot property will be set to a value greater than 0 on success. The BindSlotResponse event will be raised on completion returning a EngineBindSlotResult.
See Also