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);
        }