Esempio n. 1
0
        /** <inheritDoc /> */
        public void Exit()
        {
            lock (this)
            {
                ThrowIfDisposed();

                UU.CacheExitLock(_cache, _id);

                _counter--;
            }
        }