Background task plugins
This section describes the background task implementation details.
- Background task plugin interfaces
The background task plugin provides interfaces to define custom background task handlers, handler configurations based on the background task settings, and to allow handlers to access other services. - Background task plugins - Out-of-the-box implementations
The IBackgroundTaskHandler interface should always be implemented in a background task. Content Manager includes out-of-the-box implementations of the IBackgroundTaskHandler interface. - Creating a custom background task handler
You can define and create custom background task handlers to manage ad-hoc and specific implementations of standard or custom events. - Deploying a custom background task handler
Deploying your custom created background task handler is required to make it available to the background task service.