This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Topshelf.
Summary
Uninstalls a Topshelf windows service
Syntax
public static void UninstallTopshelf(this ICakeContext context, FilePath filePath, string instance, bool sudo)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The cake context. |
filePath |
FilePath |
The file path of the Topshelf executable to uninstall. |
instance |
string |
The instance name of the service to uninstall. |
sudo |
bool |
Prompts for UAC if running on Vista/W7/2008 |
Return Value