Microsoft.Azure.Amqp.AsyncIO.OpenInternal C# (CSharp) Méthode

OpenInternal() protected méthode

protected OpenInternal ( ) : bool
Résultat bool
        protected override bool OpenInternal()
        {
            this.reader.StartReading();
            return true;
        }