Microsoft.Azure.Amqp.InternalBufferManager.PooledBufferManager.DecreaseQuota C# (CSharp) Method

DecreaseQuota() private method

private DecreaseQuota ( BufferPool &bufferPool ) : void
bufferPool BufferPool
return void
            void DecreaseQuota(ref BufferPool bufferPool)
            {
                ChangeQuota(ref bufferPool, -1);
            }