Microsoft.Azure.Amqp.InternalBufferManager.PooledBufferManager.IncreaseQuota C# (CSharp) 메소드

IncreaseQuota() 개인적인 메소드

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