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