G
Guest
In the OnStart sub of my service (as the service is starting up) I check for
certain things. If one of a few things don't jive, I want to "cancel" the
starting of the service.
How do I accomplish this? Currently I am using the Stop method of the
ServiceController but that does not seem to be working.
Is it possible to "stop the start" of a service half way through its Start?
Are there other options?
Scott
certain things. If one of a few things don't jive, I want to "cancel" the
starting of the service.
How do I accomplish this? Currently I am using the Stop method of the
ServiceController but that does not seem to be working.
Is it possible to "stop the start" of a service half way through its Start?
Are there other options?
Scott