Click or drag to resize
Xcalibur Systems LLC Logo

ServiceControllerActions Enumeration

The Windows security model enables you to control access to the service control manager (SCM) and service objects.

Service Security and Access Rights


Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum ServiceControllerActions
Members
Member nameValueDescription
None0 No action.
Restart1 Restart the service.
Reboot2 Reboot the computer.
RunCommand3 Run a command.
See Also