Click or drag to resize

SPICE3DeviceWaitExecution Method

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

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override 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