Click or drag to resize

BaseScanControllerGoToAndTrigger Method

Jumps to a position and sends a hardware trigger after jump delay. List continuation is halted until another hardware trigger is received or the timeout time is over. This execution is also handled as custom command when executing, GetCustomListGuid.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
public virtual void GoToAndTrigger(
	GoToAndTriggerCommand goToAndTriggerCommand,
	bool async,
	CancellationToken? token = null
)

Parameters

goToAndTriggerCommand  GoToAndTriggerCommand
Command to be executed.
async  Boolean
True if the command should be executed asynchronously.
token  NullableCancellationToken  (Optional)
Cancellation token for the execution.
See Also