C# Class GUIUtils.LongOperations.BaseLongOperation

The base class used to handle long operations
Inheritance: Utils.ProgressHandler
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

Méthode Description
ExecuteUsingProgressDialog ( Form mainForm, string message, bool allowCancel = true ) : void

Executes the operation in background using a progress handler

Méthodes protégées

Méthode Description
BaseLongOperation ( ) : System

Constructor

Method Details

BaseLongOperation() protected méthode

Constructor
protected BaseLongOperation ( ) : System
Résultat System

ExecuteUsingProgressDialog() public méthode

Executes the operation in background using a progress handler
public ExecuteUsingProgressDialog ( Form mainForm, string message, bool allowCancel = true ) : void
mainForm System.Windows.Forms.Form The enclosing form
message string The message to display on the dialog window
allowCancel bool Indicates that the opeation can be canceled
Résultat void