6 references to _timer
System.Workflow.Runtime (6)
Tracking\SqlTrackingService.cs (6)
116_timer.Interval = _interval; 215_timer.Interval = _interval; 216_timer.AutoReset = false; // ensure that only one timer thread is checking for profile changes at a time 217_timer.Elapsed += new ElapsedEventHandler(CheckProfileChanges); 218_timer.Start(); 445_timer.Start();