Apache.NMS.ActiveMQ.Transport.Mock.MockTransport.UpdateURIs C# (CSharp) Method

UpdateURIs() public method

public UpdateURIs ( bool rebalance, Uri updatedURIs ) : void
rebalance bool
updatedURIs System.Uri
return void
        public void UpdateURIs(bool rebalance, Uri[] updatedURIs)
        {
            throw new IOException();
        }