Class QuartzPeriodicBackgroundWorkerAdapter<TWorker>
Inheritance
System.Object
QuartzPeriodicBackgroundWorkerAdapter<TWorker>
Implements
ISingletonDependency
IJob
Inherited Members
Namespace: Volo.Abp.BackgroundWorkers.Quartz
Assembly: Volo.Abp.BackgroundWorkers.Quartz.dll
Syntax
public class QuartzPeriodicBackgroundWorkerAdapter<TWorker> : QuartzBackgroundWorkerBase, IQuartzBackgroundWorkerAdapter, IQuartzBackgroundWorker, IBackgroundWorker, IRunnable, ISingletonDependency, IJob where TWorker : IBackgroundWorker
Type Parameters
Name | Description |
---|---|
TWorker |
Constructors
QuartzPeriodicBackgroundWorkerAdapter()
Declaration
public QuartzPeriodicBackgroundWorkerAdapter()
Methods
BuildWorker(IBackgroundWorker)
Declaration
public void BuildWorker(IBackgroundWorker worker)
Parameters
Type | Name | Description |
---|---|---|
IBackgroundWorker | worker |
Execute(IJobExecutionContext)
Declaration
public override Task Execute(IJobExecutionContext context)
Parameters
Type | Name | Description |
---|---|---|
IJobExecutionContext | context |
Returns
Type | Description |
---|---|
Task |
Overrides
Implements
ISingletonDependency
IJob