void SetTimer() { // Note, called under _stateLock #if !WAITABLE_TIMER _timer.Start(_connectionSchedule.NextInterval); #else _timer.Change(_connectionSchedule.NextInterval, Timeout.InfiniteTimeSpan); #endif }
void SetTimer() { // Note, called under _stateLock _timer.Start(_connectionSchedule.NextInterval); }