Class QuartzBackgroundWorkerBase
Inheritance
QuartzBackgroundWorkerBase
Assembly: Volo.Abp.BackgroundWorkers.Quartz.dll
Syntax
public abstract class QuartzBackgroundWorkerBase : BackgroundWorkerBase, IQuartzBackgroundWorker, IBackgroundWorker, IRunnable, ISingletonDependency, IJob
Constructors
QuartzBackgroundWorkerBase()
Declaration
protected QuartzBackgroundWorkerBase()
Properties
AutoRegister
Declaration
public bool AutoRegister { get; set; }
Property Value
JobDetail
Declaration
public IJobDetail JobDetail { get; set; }
Property Value
Type |
Description |
IJobDetail |
|
ScheduleJob
Declaration
public Func<IScheduler, Task>? ScheduleJob { get; set; }
Property Value
Trigger
Declaration
public ITrigger Trigger { get; set; }
Property Value
Type |
Description |
ITrigger |
|
Methods
Execute(IJobExecutionContext)
Declaration
public abstract Task Execute(IJobExecutionContext context)
Parameters
Type |
Name |
Description |
IJobExecutionContext |
context |
|
Returns
Implements
Quartz.IJob
Extension Methods