Click or drag to resize

IJobManagerRunAsync Method

Overload List
 NameDescription
Public methodRunAsync(JobDefinition, BaseJobExecutorProfile, CancellationTokenSource) Runs asynchronously a given job with a given profile. The default scan controller will be the first listed in the job.
Public methodRunAsync(JobDefinition, Type, CancellationTokenSource) Runs asynchronously 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.
Top
See Also