C# Class Orchestra.CloseApplicationWatcherBase

Inheritance: ApplicationWatcherBase
Afficher le fichier Open project: WildGums/Orchestra Class Usage Examples

Méthodes protégées

Méthode Description
CloseApplicationWatcherBase ( ) : System
ClosingAsync ( ) : Task
ClosingCanceled ( ) : void
PrepareClosingAsync ( ) : Task

Private Methods

Méthode Description
ExecuteClosingAsync ( Func operation ) : Task
NotifyClosingCanceled ( ) : void
OnWindowClosing ( object sender, CancelEventArgs e ) : void
PerformClosingOperationsAsync ( Window window ) : System.Threading.Tasks.Task
Subscribe ( Window window ) : void

Method Details

CloseApplicationWatcherBase() protected méthode

protected CloseApplicationWatcherBase ( ) : System
Résultat System

ClosingAsync() protected méthode

protected ClosingAsync ( ) : Task
Résultat Task

ClosingCanceled() protected méthode

protected ClosingCanceled ( ) : void
Résultat void

PrepareClosingAsync() protected méthode

protected PrepareClosingAsync ( ) : Task
Résultat Task