> private void CallbackMethod(object state)
> {
timerThread.Change(Timeout.Infinite, Timeout.Infinite); //
suspend indefinitely ... ADD
// if(_timerObject == DateTime.MinValue) ... REMOVE
> {
> --Get Events
// _timerObject = DateTime.Now ... REMOVE
> --Do stuff
// _timerObject = DateTime.MinValue ... REMOVE
// } ... REMOVE
timerThread.Change(60000, 60000); // reactivate ... ADD
> }On Apr 6, 4:02 pm, rbr <[email protected]> wrote:
