Click or drag to resize

ServiceController Class

Controller class for services using Windows Service Controller (SC).

More can be found on SC here: Configuring a Service Using SC

Inheritance Hierarchy
SystemObject
  Xcalibur.ControllersServiceController

Namespace:  Xcalibur.Controllers
Assembly:  Xcalibur.Controllers (in Xcalibur.Controllers.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public static class ServiceController

The ServiceController type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateService
Creates the service.
Public methodStatic memberIsServiceRunning
Starts the service.
Public methodStatic memberRemoveService
Removes the service.
Public methodStatic memberStartService
Starts the service.
Public methodStatic memberStopService
Stops the service.
Top
See Also