Exemple #1
0
        public void close()
        {
            writerThreadBody.stop();
            //readerThreadBody.stop();
            writerStorage.close();
            //if(writerThread.IsAlive) - not supported on CF
            writerThread.Join();

            //readerThread.Join();
            //readerStorage.Finalize();

            conFactory.close();
            acpFactory.close();
            asyncCallMgr.stop();
        }