Method AddBackgroundActions
AddBackgroundActions(IEnumerable<Action>)
Schedules the specified actions to run in the background. Uses Default
public static void AddBackgroundActions(IEnumerable<Action> taskActions)
Parameters
taskActionsIEnumerable<Action>The list of actions to run in the background.