Skip to main content
Table of Contents

Namespace Stratara.Abstractions.BackgroundTasks

Classes

BackgroundTaskInfo

Status descriptor for an in-process background task tracked by IBackgroundTaskQueue.

Interfaces

IBackgroundTaskQueue

In-process channel for ad-hoc fire-and-forget work that must outlive the request scope. Consumed by a hosted-service worker; one queue per host.

Enums

BackgroundTaskStatus

Lifecycle states of a queued background task.