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(Action?). Uses Default

public static void AddBackgroundInvokeAction(Action taskAction)

Parameters

taskAction Action

Action to run in the background.