Ejemplo n.º 1
0
        public void Cleanup()
        {
            vgcServers.OnCoreClosing -= OnCoreClosingHandler;
            ReleaseBgStatsDataUpdateTimer();

            // Calling v2ctl.exe at shutdown can cause problems.
            // So losing 5 minutes of statistics data is an acceptable loss.
            if (!IsShutdown())
            {
                UpdateHistoryStatsDataWorker();
            }

            bookKeeper.DoItNow();
            bookKeeper.Quit();
        }
Ejemplo n.º 2
0
 public void Cleanup()
 {
     bookKeeper.DoItNow();
     bookKeeper.Quit();
 }