I know that the address of an indirect proxy is only resolved once using the locator and then cached by the runtime until an exception is thrown.
However I was wondering if it would be possible to force an indirect proxy to resolve itself via the locator programtically without having to throw exceptions ? If you knew beforehand that something has changed.

Reply With Quote