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

AbortInternal() 보호된 메소드

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