Microsoft.Azure.Amqp.InternalBufferManager.PooledBufferManager.BufferPool.SynchronizedBufferPool.Return C# (CSharp) Method

Return() private method

private Return ( byte buffer ) : bool
buffer byte
return bool
                    internal override bool Return(byte[] buffer)
                    {
                        return this.innerPool.Return(buffer);
                    }
                }
InternalBufferManager.PooledBufferManager.BufferPool.SynchronizedBufferPool