Table of Contents

Constructor BackgroundWorkManager

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

BackgroundWorkManager()

Initializes a new instance of the BackgroundWorkManager class

public BackgroundWorkManager()

BackgroundWorkManager(BackgroundTaskQueue)

Initializes a new instance of the BackgroundWorkManager class with the specified tasks queue.

public BackgroundWorkManager(BackgroundTaskQueue taskQueue)

Parameters

taskQueue BackgroundTaskQueue

Tasks queue.