A method that can be used to set the start mode for a Windows Service to Automatic
, Manual
, Disabled
or Automatic (Delayed Start)
.
Overload | Description |
---|---|
SetStartMode(ServiceController,ServiceStartModeExtended) | A method that can be used to set the start mode for a Windows Service to Automatic , Manual , Disabled or Automatic (Delayed Start) . |
SetStartMode(ServiceController,string) | A method that can be used to set the start mode for a Windows Service to Automatic , Manual , Disabled or Automatic (Delayed Start) . |