Click or drag to resize

CommandListAppendDefaultBranchList Method

Used in a switch-block, specifies the default case and the id of a target list.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendDefaultBranchList(
	int listID
)

Parameters

listID  Int32
The target list identifier.
Remarks

Appends a DEFAULT_BRANCH_LIST command to the list.

The calling list becomes idle and as a result triggers a ListIdle event. Furthermore, as execution control is surrendered by the calling list, it is no longer busy, but instead the target list becomes busy.

For every Execute(Int32) only one ListDone event will be sent along with the list ID of the final list that was executing.

See Also