Exemplo n.º 1
0
        public void Dispose()
        {
            Reset();

            if (_threadPool != null)
            {
                _threadPool.Dispose();
                _threadPool = null;
            }

            CloseFile(false);
        }
Exemplo n.º 2
0
        public void Dispose()
        {
            FileReloadedEvent = null;

            if (_threadPool != null)
            {
                _threadPool.Dispose();
                _threadPool = null;
            }

            CloseFile(false);
        }