예제 #1
0
 static WebSession()
 {
     _t = TimerService.CreateServerTimer(Callback, 15 * 60);
     _t.Restart();
 }