Ejemplo n.º 1
0
 public void Stop()
 {
     if (this.IsEnabled)
     {
         IPlatformThreadingInterface threading = Locator.Current.GetService <IPlatformThreadingInterface>();
         threading.KillTimer(this.timerHandle);
         this.timerHandle = null;
     }
 }