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

AbortInternal() protected method

protected AbortInternal ( ) : void
return void
        protected override void AbortInternal()
        {
            this.transport.Abort();
        }