All pages
Powered by GitBook
1 of 1

Loading...

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
Public Class BackgroundWorker
    Inherits BackgroundWorker

Constructors

BackgroundWorker()

Initialized a new instance of bound to the current session.

Methods

OnDoWork(e)

Raises the event.

Parameter
Type
Description

OnProgressChanged(e)

Raises the event.

Parameter
Type
Description

OnRunWorkerCompleted(e)

Raises the event.

Parameter
Type
Description

e

DoWorkEventArgs

Event data.

e

ProgressChangedEventArgs

Event data.

e

RunWorkerCompletedEventArgs

Event data.

BackgroundWorker
DoWork
ProgressChanged
RunWorkerCompleted