Exemplo n.º 1
0
 protected override void OnBackgroundActivated(BackgroundActivatedEventArgs args)
 {
     Stage2Notifications.Start(args.TaskInstance);
 }
Exemplo n.º 2
0
        public static void Start(IBackgroundTaskInstance instance)
        {
            Stage2Notifications backgroundActivity = new Stage2Notifications();

            backgroundActivity.Run(instance);
        }