Namespace Umbraco.Cms.Infrastructure.HostedServices
Classes
BackgroundTaskQueue
A Background Task Queue, to enqueue tasks for executing in the background.
ContentVersionCleanup
Recurring hosted service that executes the content history cleanup.
HealthCheckNotifier
Hosted service implementation for recurring health check notifications.
KeepAlive
Hosted service implementation for keep alive feature.
LogScrubber
Log scrubbing hosted service.
OpenIddictCleanup
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.
ReportSiteTask
ScheduledPublishing
Hosted service implementation for scheduled publishing feature.
TempFileCleanup
Used to cleanup temporary file locations.
Interfaces
IBackgroundTaskQueue
A Background Task Queue, to enqueue tasks for executing in the background.