IBackgroundTaskHandler
Implement the IBackgroundTaskHandler interface to create a custom .NET background task handler.
| EventTypeName | The name of the event (e.g. "EXPORTFORPUBLICATION", "CREATETRANSLATIONFROMREPORT" etc.). |
| Initialize | Initializes a background task handler. |
| Run | Runs the background task handler. |