Click or drag to resize

IJobManagerRunSync Method

Overload List
 NameDescription
Public methodRunSync(JobDefinition, BaseJobExecutorProfile, CancellationTokenSource) Runs synchronously a given job with a given profile. The default scan controller will be the first listed in the job. If job contains multiple scan controllers, it will be executed sequentially. Use RunAsync(JobDefinition, BaseJobExecutorProfile, CancellationTokenSource) for parallel execution.
Public methodRunSync(JobDefinition, Type, CancellationTokenSource) Runs synchronously a given job with a specific type of job executor using its default profile. The default scan controller will be the first listed in the job. If job contains multiple scan controllers, it will be executed sequentially. Use RunAsync(JobDefinition, Type, CancellationTokenSource) for parallel execution.
Top
See Also