Method AddBackgroundAction
AddBackgroundAction(Action)
Schedules the specified action to run in the background. Uses Default
public static void AddBackgroundAction(Action taskAction)
Parameters
taskAction
ActionAction to run in the background.