Beispiel #1
0
        public void StartProcessing()
        {
            // inits
            InitializeFromConfig();
            m_db = new FtpDbMgr();

            // launch the file control processing thread
            m_procThread = new Thread(new ThreadStart(ProcessFileControlThread));
            m_procThread.Start();
        }
Beispiel #2
0
        public void StartProcessing()
        {
            // inits
            InitializeFromConfig();
            m_db = new FtpDbMgr();

            // launch the file control processing thread
            m_procThread = new Thread(new ThreadStart(ProcessFileControlThread));
            m_procThread.Start();
        }