Apache.NMS.ActiveMQ.Transport.TransportFilter.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)
        {
            next.UpdateURIs(rebalance, updatedURIs);
        }