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);
            }