[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description |
|---|---|
| NewBackgroundTask(SchedulerCallback) | Creates a new SchedulerTask object to run in the background thread.
Use this if your task is not very time-sensitive or frequent, or if your callback is resource-intensive. |
| NewBackgroundTask(SchedulerCallback, Object) | Creates a new SchedulerTask object to run in the background thread.
Use this if your task is not very time-sensitive or frequent, or if your callback is resource-intensive. |