Exemplo n.º 1
0
 /// <summary>The cancel task.</summary>
 public void CancelTask()
 {
     if (queryBackgroundWorker.IsBusy && _runner != null)
     {
         _runner.Cancel();
     }
 }