C# Class Orchestra.CloseApplicationWatcherBase

Inheritance: ApplicationWatcherBase
Mostra file Open project: WildGums/Orchestra Class Usage Examples

Protected Methods

Method Description
CloseApplicationWatcherBase ( ) : System
ClosingAsync ( ) : Task
ClosingCanceled ( ) : void
PrepareClosingAsync ( ) : Task

Private Methods

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

protected CloseApplicationWatcherBase ( ) : System
return System

ClosingAsync() protected method

protected ClosingAsync ( ) : Task
return Task

ClosingCanceled() protected method

protected ClosingCanceled ( ) : void
return void

PrepareClosingAsync() protected method

protected PrepareClosingAsync ( ) : Task
return Task