文件名称:C#实现Windows Service的启动和停止
文件大小:25KB
文件格式:RAR
更新时间:2013-09-12 06:30:22
WindowsService C# ServiceController 源码
本人练手-控制台小程序:使用ServiceController类,实现对Windows Service的控制 若Service当前状态是Stop或StopPending,则启动Service;若Service已经启动,则将Service停止 BTW:Service名称和机器名,均通过外部xml文件读取
【文件预览】:
ITSMServiceController
----ITSMServiceController.sln(953B)
----ITSMServiceController()
--------ITSMServiceController.csproj(3KB)
--------bin()
--------Convert.cs(2KB)
--------obj()
--------Properties()
--------Controller.cs(2KB)
--------Program.cs(680B)
----ITSMServiceController.suo(14KB)