C# Class BackgroundTaskFromForeground.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: r2d2rigo/UWP-Samples

Public Methods

Method Description
MainPage ( ) : BackgroundTask

Private Methods

Method Description
RegisterBackgroundTask ( ) : void

We proceed to register the task if it hasn't been registered yet. Otherwise, we fetch the registration and retrieve the ApplicationTrigger from there.

UpdateTile_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : BackgroundTask
return BackgroundTask