Microsoft.Azure.Amqp.InternalBufferManager.PooledBufferManager.IncreaseQuota C# (CSharp) Méthode

IncreaseQuota() private méthode

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