Table of Contents

Method AddBackgroundInvokeAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 Action

Action to run in the background.