Click or drag to resize

BaseThreadCoordinatedJobExecutorHandleScanControllerError Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Job.Executor.BaseThreadCoordinatedJobExecutor.HandleScanControllerError(System.Object,RAYLASE.Marker.Device.ScanController.ScannerErrorEventArgs)"]


Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
protected void HandleScanControllerError(
	Object sender,
	ScannerErrorEventArgs errorEvent
)

Parameters

sender  Object

[Missing <param name="sender"/> documentation for "M:RAYLASE.Marker.Job.Executor.BaseThreadCoordinatedJobExecutor.HandleScanControllerError(System.Object,RAYLASE.Marker.Device.ScanController.ScannerErrorEventArgs)"]

errorEvent  ScannerErrorEventArgs

[Missing <param name="errorEvent"/> documentation for "M:RAYLASE.Marker.Job.Executor.BaseThreadCoordinatedJobExecutor.HandleScanControllerError(System.Object,RAYLASE.Marker.Device.ScanController.ScannerErrorEventArgs)"]

See Also