Service Control Manager?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I developed a windows service, and i need to achieve the following:

i need a windows application like to control the windows service
1. start
2. stop
3. and i need to invode and certain function in windows service after
starting it
manualy like what I see in sql server there is start/stop/pause.

Is these requirements possbile?
 
Take a look at the ServiceController class

I developed a windows service, and i need to achieve the following:

i need a windows application like to control the windows service
1. start
2. stop
3. and i need to invode and certain function in windows service after
starting it
manualy like what I see in sql server there is start/stop/pause.

Is these requirements possbile?
 
Back
Top