BackgroundTaskQueue Class
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.
Singleton queue, used to transfer a work item to the HostedTaskService.
C#
public class BackgroundTaskQueue : Microsoft.Agents.Hosting.AspNetCore.BackgroundQueue.IBackgroundTaskQueue
type BackgroundTaskQueue = class
interface IBackgroundTaskQueue
Public Class BackgroundTaskQueue
Implements IBackgroundTaskQueue
- Inheritance
-
BackgroundTaskQueue
- Implements
Dequeue |
Wait for a signal of an enqueued work item to be processed. |
Queue |
Enqueue a work item to be processed on a background thread. |
Product | Versions |
---|---|
Microsoft 365 Agents SDK .NET | 1 |