I am working with a tutorial that I found on windows services. I am able to set properties of the service using OnCustomCommand from an external app. So for example in this tutorial I created a timer, and I can change the interval of the timer in the service from an external app. Is it possible from the external app to get information from the service. In this case what the interval of the timer is set to?