Share via


Microsoft.Agents.Hosting.AspNetCore.BackgroundQueue Namespace

Classes

ActivityTaskQueue

Singleton queue, used to transfer an ActivityWithClaims to the HostedActivityService.

ActivityWithClaims

Activity with Claims which should already have been authenticated.

BackgroundTaskQueue

Singleton queue, used to transfer a work item to the HostedTaskService.

HostedActivityService

BackgroundService implementation used to process activities with claims. More information.

HostedTaskService

BackgroundService implementation used to process work items on background threads. See BackgroundService for more information.

Interfaces

IActivityTaskQueue

Interface for a class used to transfer an ActivityWithClaims to the HostedActivityService.

IBackgroundTaskQueue

Interface for a class used to transfer a work item to the HostedTaskService.