Apache.NMS.ActiveMQ.Transport.TransportFilter.UpdateURIs C# (CSharp) Метод

UpdateURIs() публичный Метод

public UpdateURIs ( bool rebalance, Uri updatedURIs ) : void
rebalance bool
updatedURIs System.Uri
Результат void
        public void UpdateURIs(bool rebalance, Uri[] updatedURIs)
        {
            next.UpdateURIs(rebalance, updatedURIs);
        }