Class QuartzPeriodicBackgroundWorkerAdapter<TWorker>
Inheritance
object
QuartzPeriodicBackgroundWorkerAdapter<TWorker>
Implements
Quartz.IJob
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
---|---|---|
Quartz.IJobExecutionContext | context |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Implements
Quartz.IJob