C# Class CASCExplorer.BackgroundWorkerEx

Inheritance: System.ComponentModel.BackgroundWorker
Show file Open project: WoW-Tools/CASCExplorer Class Usage Examples

Public Methods

Method Description
BackgroundWorkerEx ( ) : System
ReportProgress ( int percentProgress ) : void
ReportProgress ( int percentProgress, object userState ) : void

Protected Methods

Method Description
OnDoWork ( DoWorkEventArgs e ) : void

Method Details

BackgroundWorkerEx() public method

public BackgroundWorkerEx ( ) : System
return System

OnDoWork() protected method

protected OnDoWork ( DoWorkEventArgs e ) : void
e System.ComponentModel.DoWorkEventArgs
return void

ReportProgress() public method

public ReportProgress ( int percentProgress ) : void
percentProgress int
return void

ReportProgress() public method

public ReportProgress ( int percentProgress, object userState ) : void
percentProgress int
userState object
return void