TaskManager Class Members
The following tables list the members exposed by TaskManager.
Public Methods
Name | Description | |
---|---|---|
CheckAndThrowIfCancelled | Check and throw if cancelled. | |
CheckForCancel | Determines if we can check for cancel. | |
RunBackgroundTask | Executes the background task operation. |
Public Events
Name | Description | |
---|---|---|
FinishedBackgroundTask | Event queue for all listeners interested in FinishedBackgroundTask events. | |
FinishingBackgroundTask | Event queue for all listeners interested in FinishingBackgroundTask events. | |
StartingBackgroundTask | Event queue for all listeners interested in StartingBackgroundTask events. |
See Also