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
Installs a Topshelf windows service
- Assembly
- Cake
.Topshelf .dll - Namespace
- Cake
.Topshelf - Containing Type
- TopshelfManager
Syntax
public void InstallService(FilePath filePath, TopshelfSettings settings = null)
Parameters
Name | Type | Description |
---|---|---|
filePath | FilePath | The file path of the Topshelf executable to install. |
settings | TopshelfSettings | The TopshelfSettings used to install the service. |
Return Value
Type | Description |
---|---|
void |