Exemple #1
0
 public new void Stop()
 {
     OK_TO_RUN = false;
     if (serviceQueue != null)
     {
         serviceQueue.Stop();
     }
 }
Exemple #2
0
        public new void Stop()
        {
            OK_TO_RUN = false;

            try
            {
                serviceQueue.Stop();
            }
            catch (Exception)
            {
                //
            }
        }