The following tables list the members exposed by ServiceCommands.Installation.
Name | Description | |
---|---|---|
InstallService | Installs a Win32 service that runs a single command on this executable when started. While typically used for the HostHTTP command, it will operate for any command. Commands hosted as a service may use the Console.ReadLine() to wait for the service-stop command. | |
UninstallService | Removes a Win32 Service that was previously installed. |