... or .Start()
for that matter?
MSDN says nothing about it. There are no relevant google results that touch on this question. Reference source doesn't include the method body for some reason.
In testing it, it's tough to tell because the services that I'm willing to stop all do so very quickly.
EDIT: I'm not asking if it's implementing one of the asynchronous patterns -- it's obviously not; I'm just wondering if it the method sends a request to stop the service but doesn't wait to hear back, much like Process.CloseMainWindow()
.