Overload | Description |
---|---|
Run(Action,BackgroundProgressor,TaskContinuationOptions) | Queue a new task to the background thread pool using the specified progressor. |
Run(TaskPriority,Action,BackgroundProgressor,TaskContinuationOptions) | Queue a new task to the background thread pool using the specified progressor. |
Run<T>(TaskPriority,Func<T>,BackgroundProgressor,TaskContinuationOptions) | Queue a new task to the background thread pool using the specified progressor. |
Run<T>(Func<T>,BackgroundProgressor,TaskContinuationOptions) | Queue a new task to the background thread pool using the specified progressor. |