Microsoft.Agents.Hosting.AspNetCore.BackgroundQueue Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity |
Singleton queue, used to transfer an ActivityWithClaims to the HostedActivityService. |
Activity |
Activity with Claims which should already have been authenticated. |
Background |
Singleton queue, used to transfer a work item to the HostedTaskService. |
Hosted |
BackgroundService implementation used to process activities with claims. More information. |
Hosted |
BackgroundService implementation used to process work items on background threads. See BackgroundService for more information. |
IActivity |
Interface for a class used to transfer an ActivityWithClaims to the HostedActivityService. |
IBackground |
Interface for a class used to transfer a work item to the HostedTaskService. |