Skip to main content
Version: 4.1

BackgroundWorker

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Executes an operation on a background task.

public class BackgroundWorker : BackgroundWorker

Constructors

Instance member BackgroundWorker()

Initialized a new instance of BackgroundWorker bound to the current session.

Methods

Protected member OnDoWork(e)

Raises the DoWork event.

ParameterTypeDescription
eDoWorkEventArgsEvent data.

Protected member OnProgressChanged(e)

Raises the ProgressChanged event.

ParameterTypeDescription
eProgressChangedEventArgsEvent data.

Protected member OnRunWorkerCompleted(e)

Raises the RunWorkerCompleted event.

ParameterTypeDescription
eRunWorkerCompletedEventArgsEvent data.