BackgroundWorker

Wisej.Web.BackgroundWorker

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Executes an operation on a background task.

public class BackgroundWorker : BackgroundWorker

Constructors

BackgroundWorker()

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

Methods

OnDoWork(e)

Raises the DoWorkarrow-up-right event.

Parameter
Type
Description

OnProgressChanged(e)

Raises the ProgressChangedarrow-up-right event.

Parameter
Type
Description

OnRunWorkerCompleted(e)

Raises the RunWorkerCompletedarrow-up-right event.

Parameter
Type
Description

Last updated

Was this helpful?