TopshelfAliases.

UninstallTopshelf(ICakeContext, FilePath, string) Method

Summary

Uninstalls a Topshelf windows service
Assembly
Cake.Topshelf.dll
Namespace
Cake.Topshelf
Containing Type
TopshelfAliases

Syntax

public static void UninstallTopshelf(this ICakeContext context, FilePath filePath, string instance)

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.

Return Value

Type Description
void