|

KeyName


(string) The key name of the service that you wish to delete.


Note: The key name is only required if no service matches the display name.


image

Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Service.Pause

OverviewExamples

Service.Pause ( string DisplayName,


string KeyName = "" )


De s cr ip t ion


Pauses a specific service on the local system.


P arame t er s


DisplayName


(string) The display name of the service that you wish to pause.


|