Namespace Volo.Abp.BackgroundWorkers
Classes
AbpBackgroundWorkerOptions
AbpBackgroundWorkersModule
AsyncPeriodicBackgroundWorkerBase
BackgroundWorkerBase
Base class that can be used to implement IBackgroundWorker.
BackgroundWorkerManager
Implements IBackgroundWorkerManager.
BackgroundWorkersApplicationInitializationContextExtensions
PeriodicBackgroundWorkerBase
Extends BackgroundWorkerBase to add a periodic running Timer.
PeriodicBackgroundWorkerContext
Interfaces
IBackgroundWorker
Interface for a worker (thread) that runs on background to perform some tasks.
IBackgroundWorkerManager
Used to manage background workers.