Namespace Umbraco.Cms.Infrastructure.HostedServices
Classes
BackgroundTaskQueue
A Background Task Queue, to enqueue tasks for executing in the background.
QueuedHostedService
A queue based hosted service used to executing tasks on a background thread.
RecurringHostedServiceBase
Provides a base class for recurring background tasks implemented as hosted services.
Interfaces
IBackgroundTaskQueue
A Background Task Queue, to enqueue tasks for executing in the background.