Table of Contents

Method AddBackgroundTask

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

AddBackgroundTask(Func<Task>)

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

public static void AddBackgroundTask(Func<Task> task)

Parameters

task Func<Task>

Task to run in the background.