Microsoft.Azure.Amqp.AsyncIO.CloseInternal C# (CSharp) Method

CloseInternal() protected method

protected CloseInternal ( ) : bool
return bool
        protected override bool CloseInternal()
        {
            this.writer.IssueClose();
            return true;
        }