Interface IQuartzBackgroundWorkerAdapter
Inherited Members
Namespace: Volo.Abp.BackgroundWorkers.Quartz
Assembly: Volo.Abp.BackgroundWorkers.Quartz.dll
Syntax
public interface IQuartzBackgroundWorkerAdapter : IQuartzBackgroundWorker, IBackgroundWorker, IRunnable, ISingletonDependency, IJob
Methods
BuildWorker(IBackgroundWorker)
Declaration
void BuildWorker(IBackgroundWorker worker)
Parameters
Type | Name | Description |
---|---|---|
IBackgroundWorker | worker |