C# Class ProgressDialogEx.MainWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: rdingwall/wpf-mvvm-task-progress-dialog

Méthodes publiques

Méthode Description
MainWindow ( ) : System

Private Methods

Méthode Description
CancellableSleep ( CancellationToken cancellationtoken ) : void
CancellableSleepAndReturnResult ( CancellationToken cancellationtoken ) : int
CancellableSleepAndThrowError ( CancellationToken cancellationtoken ) : int
CancellableSleepWithProgress ( CancellationToken cancellationtoken, IProgress progress ) : void
CancellableSleepWithProgressAndReturnResult ( CancellationToken cancellationtoken, IProgress progress ) : int
CancellableSleepWithProgressAndThrowError ( CancellationToken cancellationtoken, IProgress progress ) : int
ShowProgressDialog ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithCancelButton ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithCancelButtonAndProgress ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithError ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithErrorAndCancelButton ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithErrorAndCancelButtonAndProgress ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithResult ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithResultAndCancelButton ( object sender, RoutedEventArgs e ) : void
ShowProgressDialogWithResultAndCancelButtonAndProgress ( object sender, RoutedEventArgs e ) : void
Sleep ( ) : void
SleepAndReturnResult ( ) : int
SleepAndThrowError ( ) : int

Method Details

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System