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 DoWork event.
Parameter
Type
Description
OnProgressChanged(e)

Raises the ProgressChanged event.
Parameter
Type
Description
OnRunWorkerCompleted(e)

Raises the RunWorkerCompleted event.
Parameter
Type
Description
Last updated
Was this helpful?