C# Class openhabUWP.App

Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode Description
App ( ) : System.Threading.Tasks

Initializes a new instance of the App class.

Méthodes protégées

Méthode Description
ConfigureContainer ( ) : void

Creates and configures the container and service locator

OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task

Override this method with the initialization logic of your application. Here you can initialize services, repositories, and so on.

OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task

Override this method with logic that will be performed after the application is initialized. For example, navigating to the application's home page.

Method Details

App() public méthode

Initializes a new instance of the App class.
public App ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

ConfigureContainer() protected méthode

Creates and configures the container and service locator
protected ConfigureContainer ( ) : void
Résultat void

OnInitializeAsync() protected méthode

Override this method with the initialization logic of your application. Here you can initialize services, repositories, and so on.
protected OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
args IActivatedEventArgs The instance containing the event data.
Résultat System.Threading.Tasks.Task

OnLaunchApplicationAsync() protected méthode

Override this method with logic that will be performed after the application is initialized. For example, navigating to the application's home page.
protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs The instance containing the event data.
Résultat System.Threading.Tasks.Task