Example #1
0
 public void Stopping()
 {
     StopTimer();
     m_cache = null;
 }
Example #2
0
 public void Stopping()
 {
     StopTimer();
     m_cache = null;
 }
Example #3
0
 public void Starting()
 {
     StartTimer();
     m_cache = new SessionCache();
 }
Example #4
0
 public void Starting()
 {
     m_cache = new SessionCache();
     StartTimer();
 }