Click or drag to resize

BaseJobExecutorExecuteSingleList Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Job.Executor.BaseJobExecutor.ExecuteSingleList(RAYLASE.Marker.Job.JobDefinition,RAYLASE.Marker.Device.ScanController.BaseScanController)"]


Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
protected virtual void ExecuteSingleList(
	JobDefinition jobDefinition,
	BaseScanController scanController
)

Parameters

jobDefinition  JobDefinition

[Missing <param name="jobDefinition"/> documentation for "M:RAYLASE.Marker.Job.Executor.BaseJobExecutor.ExecuteSingleList(RAYLASE.Marker.Job.JobDefinition,RAYLASE.Marker.Device.ScanController.BaseScanController)"]

scanController  BaseScanController

[Missing <param name="scanController"/> documentation for "M:RAYLASE.Marker.Job.Executor.BaseJobExecutor.ExecuteSingleList(RAYLASE.Marker.Job.JobDefinition,RAYLASE.Marker.Device.ScanController.BaseScanController)"]

See Also