C# Class ProgressDialogEx.MainWindow

Inheritance: System.Windows.Window
Datei anzeigen Open project: rdingwall/wpf-mvvm-task-progress-dialog

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method 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 method

public MainWindow ( ) : System
return System