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

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

Méthodes publiques

Méthode Description
Shutdown ( ) : void

Shuts down the application.

Method Details

Shutdown() public méthode

Shuts down the application.
public Shutdown ( ) : void
Résultat void