Click or drag to resize

BaseScanControllerWaitExecution Method

Blocks until the list is done executing ( list idle) .

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void WaitExecution(
	Guid listGuid,
	CancellationToken cancellationToken
)

Parameters

listGuid  Guid
Guid resulted from the preparation call to be waited on.
cancellationToken  CancellationToken
The cancellation token for the blocking.
See Also