C# Class Windows.Mvvm.Services.Application.ApplicationService

Represents a service, that provides functionality to manage the application life-cycle.
Datei anzeigen Open project: lecode-official/mvvm-framework Class Usage Examples

Public Methods

Method Description
Shutdown ( ) : void

Shuts down the application.

Method Details

Shutdown() public method

Shuts down the application.
public Shutdown ( ) : void
return void