C# Class NetIde.Services.WaitDialog.WaitDialogForm

Inheritance: DialogForm
Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode Description
UpdateProgress ( string message, string progressText, float progress, bool disableCancel ) : void
WaitDialogForm ( SynchronizationContext synchronizationContext, string caption, string message, string progressText, bool canCancel, bool realProgress, float progress, IntPtr waitHandles ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

SetVisibleCore ( bool value ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SignalWaitHandleCompletion ( object state ) : void
UpdateProgressBar ( float progress ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SetVisibleCore() protected méthode

protected SetVisibleCore ( bool value ) : void
value bool
Résultat void

UpdateProgress() public méthode

public UpdateProgress ( string message, string progressText, float progress, bool disableCancel ) : void
message string
progressText string
progress float
disableCancel bool
Résultat void

WaitDialogForm() public méthode

public WaitDialogForm ( SynchronizationContext synchronizationContext, string caption, string message, string progressText, bool canCancel, bool realProgress, float progress, IntPtr waitHandles ) : System
synchronizationContext System.Threading.SynchronizationContext
caption string
message string
progressText string
canCancel bool
realProgress bool
progress float
waitHandles System.IntPtr
Résultat System