public void DoWork(string k, object v, CacheItemRemovedReason r) { if (!_stop) { _jobProvider.QueueScheduled(); StartTimer(Convert.ToInt32(v)); } }