C# Class ProjToolV2.BackgroundExecutorBase

Inheritance: System.ComponentModel.BackgroundWorker
Afficher le fichier Open project: OfficeDev/Project-Samples Class Usage Examples

Méthodes publiques

Méthode Description
Abort ( ) : void
BackgroundExecutorBase ( ) : System.ComponentModel

Méthodes protégées

Méthode Description
OnDoWork ( DoWorkEventArgs e ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

BackgroundExecutorBase() public méthode

public BackgroundExecutorBase ( ) : System.ComponentModel
Résultat System.ComponentModel

OnDoWork() protected méthode

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