Click or drag to resize

IJobManagerRunJobElementsAsync Method

Overload List
 NameDescription
Public methodRunJobElementsAsync(IListBaseJobElement, IListBaseScanController, BaseJobExecutorProfile, CancellationTokenSource) Runs asynchronously a given list of job elements with a given profile.
Public methodRunJobElementsAsync(IListBaseJobElement, IListBaseScanController, Type, CancellationTokenSource) Runs asynchronously a given list of job elements with a specific type of job executor.
Public methodRunJobElementsAsync(IListJobElementHolder, IListBaseScanController, BaseJobExecutorProfile, CancellationTokenSource) Runs asynchronously a given list of job element holders with a given profile.
Public methodRunJobElementsAsync(IListJobElementHolder, IListBaseScanController, Type, CancellationTokenSource) Runs asynchronously a given list of job element holders with a specific type of job executor.
Top
See Also