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

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public void UnbindSlot(
	bool blnExecSync
)
Visual Basic
Public Sub UnbindSlot ( _
	blnExecSync As Boolean _
)

Parameters

blnExecSync
Type: System..::..Boolean
By default (False) this method executes asynchronously and returns immediately. If set to True this method executes synchronously and blocks the thread until finished.

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 Engine..::..UnbindSlotResult.

See Also