Table of Contents

Method AddBackgroundAction

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

AddBackgroundAction(Action)

Schedules the specified action to run in the background. Uses Default

public static void AddBackgroundAction(Action taskAction)

Parameters

taskAction Action

Action to run in the background.