C# Class CASCExplorer.BackgroundWorkerEx

Inheritance: System.ComponentModel.BackgroundWorker
Afficher le fichier Open project: WoW-Tools/CASCExplorer Class Usage Examples

Méthodes publiques

Méthode Description
BackgroundWorkerEx ( ) : System
ReportProgress ( int percentProgress ) : void
ReportProgress ( int percentProgress, object userState ) : void

Méthodes protégées

Méthode Description
OnDoWork ( DoWorkEventArgs e ) : void

Method Details

BackgroundWorkerEx() public méthode

public BackgroundWorkerEx ( ) : System
Résultat System

OnDoWork() protected méthode

protected OnDoWork ( DoWorkEventArgs e ) : void
e System.ComponentModel.DoWorkEventArgs
Résultat void

ReportProgress() public méthode

public ReportProgress ( int percentProgress ) : void
percentProgress int
Résultat void

ReportProgress() public méthode

public ReportProgress ( int percentProgress, object userState ) : void
percentProgress int
userState object
Résultat void