Example #1
0
 /// <summary>
 /// Unregisters the TrafficMonitor background task.
 /// </summary>
 public static void UnregisterTrafficMonitor()
 {
     BackgroundTaskHelper.UnregisterBackgroundTask("TrafficMonitor");
 }