Mono Class Library: Overview

System.ComponentModel.BackgroundWorker: Members

The members of System.ComponentModel.BackgroundWorker are listed below.

See Also: Inherited members from System.ComponentModel.Component

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
CancellationPendingbool. Documentation for this section has not yet been entered.
[read-only]
IsBusybool. Documentation for this section has not yet been entered.
WorkerReportsProgressbool. Documentation for this section has not yet been entered.
WorkerSupportsCancellationbool. Documentation for this section has not yet been entered.

Public Methods

CancelAsync()
Documentation for this section has not yet been entered.
ReportProgress(int)
Documentation for this section has not yet been entered.
ReportProgress(int, object)
Documentation for this section has not yet been entered.
RunWorkerAsync()
Documentation for this section has not yet been entered.
RunWorkerAsync(object)
Documentation for this section has not yet been entered.

Protected Methods

OnDoWork(DoWorkEventArgs)
Documentation for this section has not yet been entered.
OnProgressChanged(ProgressChangedEventArgs)
Documentation for this section has not yet been entered.
OnRunWorkerCompleted(RunWorkerCompletedEventArgs)
Documentation for this section has not yet been entered.

Public Events

DoWorkDocumentation for this section has not yet been entered.
ProgressChangedDocumentation for this section has not yet been entered.
RunWorkerCompletedDocumentation for this section has not yet been entered.