What happens if I stop my Windows Service while it is processing a WCF request?

Viewed 2072

I'm guessing that all execution immediately ceases and the calling end gets a timeout. What exactly happens when you stop a service, and how much control do you have over it?

1 Answers
Related