Example #1
0
 /// <summary>
 /// Method which unregisters the TASK_NAME task of the app.
 /// </summary>
 public static void Unregister()
 {
     BackgroundTaskHelper.Unregister(TASK_NAME);
 }