NServiceBus.Transports.RabbitMQ.PersistentConnection.Abort C# (CSharp) Method

Abort() public method

public Abort ( ) : void
return void
        public void Abort()
        {
            connection.Abort();
        }

Same methods

PersistentConnection::Abort ( int timeout ) : void
PersistentConnection::Abort ( ushort reasonCode, string reasonText ) : void
PersistentConnection::Abort ( ushort reasonCode, string reasonText, int timeout ) : void