BackgroundWorker
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Executes an operation on a background task.
- C#
- VB.NET
public class BackgroundWorker : BackgroundWorker
Public Class BackgroundWorker
Inherits BackgroundWorker
Constructors
BackgroundWorker()
Initialized a new instance of BackgroundWorker bound to the current session.
Methods
OnDoWork(e)
Raises the DoWork event.
| Parameter | Type | Description |
|---|---|---|
| e | DoWorkEventArgs | Event data. |
OnProgressChanged(e)
Raises the ProgressChanged event.
| Parameter | Type | Description |
|---|---|---|
| e | ProgressChangedEventArgs | Event data. |
OnRunWorkerCompleted(e)
Raises the RunWorkerCompleted event.
| Parameter | Type | Description |
|---|---|---|
| e | RunWorkerCompletedEventArgs | Event data. |