public new void Stop() { OK_TO_RUN = false; if (serviceQueue != null) { serviceQueue.Stop(); } }
public new void Stop() { OK_TO_RUN = false; try { serviceQueue.Stop(); } catch (Exception) { // } }