Esempio n. 1
0
 void IStack.Stop()
 {
     if (iLocator != null)
     {
         iLocator.Stop();
     }
     if (iHttpServer != null)
     {
         iHttpServer.Stop();
     }
     if (iHttpClient != null)
     {
         iHttpClient.Stop();
     }
     if (iSharedPlaylists != null)
     {
         iSharedPlaylists.Stop();
     }
     if (iLibrary != null)
     {
         iLibrary.Stop();
     }
     if (iMediator != null)
     {
         iMediator.Close();
     }
     if (iAutoUpdate != null)
     {
         iAutoUpdate.Stop();
     }
 }
Esempio n. 2
0
        public void Stop()
        {
            m_thumbnailCreator.Stop();

            m_NotifyTimer.Stop();
            m_pingTimer.Stop();
            m_notifier.Start();
            m_recentLabelTimer.Stop();
            m_autoUpdate.Stop();
            m_ReRegBonjourTimer.Stop();
            m_shareMonitor.Stop();

            backup_server.Stop();
            notify_server.Stop();
            pair_server.Stop();
        }