Method AddBackgroundInvokeAction
AddBackgroundInvokeAction(Action)
Schedules the specified action to run in the background. Action is called using Invoke(Delegate?, object?[]?). Uses Default
public static void AddBackgroundInvokeAction(Action taskAction)
Parameters
taskAction
ActionAction to run in the background.