コード例 #1
0
        public void Dispose()
        {
            Reset();

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

            CloseFile(false);
        }
コード例 #2
0
        public void Dispose()
        {
            FileReloadedEvent = null;

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

            CloseFile(false);
        }