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

IncreaseQuota() private method

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