public void TearDown() { m_DownloadService.OnShutdown(); m_DownloadService = null; m_RefPoolService.OnShutdown(); m_RefPoolService = null; }
public void TearDown() { m_DownloadService.OnShutdown(); m_DownloadService = null; m_RefPoolService.OnShutdown(); m_RefPoolService = null; m_TickService = null; m_DownloadTaskImplFactory = null; m_DirectoryInfo = null; if (Directory.Exists(SavePathRoot)) { Directory.Delete(SavePathRoot, true); } }