Method AddBackgroundTask
AddBackgroundTask(Func<Task>)
Schedules the specified task to run in the background. Uses Default
public static void AddBackgroundTask(Func<Task> task)
Schedules the specified task to run in the background. Uses Default
public static void AddBackgroundTask(Func<Task> task)