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.
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.