SPICE3DeviceWaitExecution Method |
Blocks until the list is done executing ( list idle) .
Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic 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