Microsoft.Azure.Amqp.InternalBufferManager.PooledBufferManager.DecreaseQuota C# (CSharp) Метод

DecreaseQuota() приватный Метод

private DecreaseQuota ( BufferPool &bufferPool ) : void
bufferPool BufferPool
Результат void
            void DecreaseQuota(ref BufferPool bufferPool)
            {
                ChangeQuota(ref bufferPool, -1);
            }