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

OpenInternal() 보호된 메소드

protected OpenInternal ( ) : bool
리턴 bool
        protected override bool OpenInternal()
        {
            this.reader.StartReading();
            return true;
        }