Method ScheduleBackgroundTask
ScheduleBackgroundTask(Action)
Schedules a new task on a background thread.
Declaration
public override void ScheduleBackgroundTask(Action task)
Parameters
Type | Name | Description |
---|---|---|
Action | task | The task that should be executed on a background thread. |