Microsoft.Azure.Amqp.AsyncIO.CloseInternal C# (CSharp) 메소드

CloseInternal() 보호된 메소드

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