C# Class QSProjectsLib.WaitOperationDlg

Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Méthode Description
RunOperationWithDlg ( ThreadStart function, int timeout, string text = "" ) : bool
StartProgressBar ( Thread thread, int seconds ) : bool
WaitOperationDlg ( ) : System

Méthodes protégées

Méthode Description
Build ( ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

RunOperationWithDlg() public static méthode

public static RunOperationWithDlg ( ThreadStart function, int timeout, string text = "" ) : bool
function ThreadStart
timeout int
text string
Résultat bool

StartProgressBar() public méthode

public StartProgressBar ( Thread thread, int seconds ) : bool
thread Thread
seconds int
Résultat bool

WaitOperationDlg() public méthode

public WaitOperationDlg ( ) : System
Résultat System