Stop a service
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function StopService ( _ name As String _ ) As Boolean |
| C# |
|---|
public static bool StopService( string name ) |
Parameters
- name
- Type: System..::..String