Mono Class Library: Overview

System.ComponentModel.BackgroundWorker: Method Members

The methods of System.ComponentModel.BackgroundWorker are listed below. For a list of all members, see the BackgroundWorker Members list.

See Also: Inherited members from System.ComponentModel.Component

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.