Microsoft.Azure.Amqp.AmqpSession.ErrorLink.OnCreditAvailable C# (CSharp) Method

OnCreditAvailable() protected method

protected OnCreditAvailable ( int session, uint link, bool drain, ArraySegment txnId ) : void
session int
link uint
drain bool
txnId ArraySegment
return void
            protected override void OnCreditAvailable(int session, uint link, bool drain, ArraySegment<byte> txnId)
            {
                throw new NotImplementedException();
            }