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

CloseInternal() protected method

protected CloseInternal ( ) : bool
return bool
            protected override bool CloseInternal()
            {
                this.State = AmqpObjectState.OpenReceived;
                return base.CloseInternal();
            }