1 reference to TimerCompletionCallback
System.Web (1)
IdleTimeoutMonitor.cs (1)
25
_timer = new Timer(new TimerCallback(this.
TimerCompletionCallback
), null, _timerPeriod, _timerPeriod);