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