Hi all,<br><br>I&#39;m still a bit of a novice but I&#39;m trying to implement MultiService. The trick is that I want my program to be able to change it&#39;s config while it is running. Once the app realizes it has a new configuration it needs to stop all services, load the new config and start services accordingly. However, I&#39;m stuck right now with how to stop all services. I&#39;m thinking I need to loop over the children of MultiService and call stopService on them, but I&#39;m not sure how to do that. Or should I just call stopServivce on the MultiService object?
<br><br>Thanks,<br><br>Don<br>