Click or drag to resize

BaseScanControllerExecuteList Method

Puts the given list in the SP-ICE-3 execution's queue.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract Guid ExecuteList(
	int listID,
	bool async,
	CancellationToken cancellationToken
)

Parameters

listID  Int32
ID of the list to be executed.
async  Boolean
if async is true, return immediately... otherwise block until the execution is finished.
cancellationToken  CancellationToken
The cancellation token for the blocking.

Return Value

Guid

[Missing <returns> documentation for "M:RAYLASE.Marker.Device.ScanController.BaseScanController.ExecuteList(System.Int32,System.Boolean,System.Threading.CancellationToken)"]

See Also