18 Oct 2018 04:59 PM
Is it possible to dynamically change the DTXAgentStartupPath url at runtime? Test versions of my app can switch between test environments, and I'd like to switch the collection endpoint at the same time.
Solved! Go to Solution.
19 Oct 2018 06:26 AM
This scenario is not really supported. You can call shutdown but there is no callback when the agent finished shutdown and is ready for a new startup call - so you need to wait some seconds to ensure agent terminated before calling startup again.