Table of Contents

Method AddBackgroundActions

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

AddBackgroundActions(IEnumerable<Action>)

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

public static void AddBackgroundActions(IEnumerable<Action> taskActions)

Parameters

taskActions IEnumerable<Action>

The list of actions to run in the background.