Exemplo n.º 1
0
 static WebSession()
 {
     _t = TimerService.CreateServerTimer(Callback, 15 * 60);
     _t.Restart();
 }