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

Close() public method

public Close ( ) : void
return void
        public void Close()
        {
            connection.ConnectionShutdown -= OnConnectionShutdown;
            connection.Close();
        }

Same methods

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