Click or drag to resize

SPICE3DeviceExecuteList Method

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

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override 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.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.ExecuteList(System.Int32,System.Boolean,System.Threading.CancellationToken)"]

See Also