InstallTopshelf(ICakeContext, FilePath) |
Installs a Topshelf windows service
Addin from Cake.Topshelf.dll
|
InstallTopshelf(ICakeContext, FilePath, TopshelfSettings) |
Installs a Topshelf windows service
Addin from Cake.Topshelf.dll
|
StartTopshelf(ICakeContext, FilePath) |
Starts a Topshelf windows service
Addin from Cake.Topshelf.dll
|
StartTopshelf(ICakeContext, FilePath, string) |
Starts a Topshelf windows service
Addin from Cake.Topshelf.dll
|
StartTopshelf(ICakeContext, FilePath, string, int) |
Starts a Topshelf windows service
Addin from Cake.Topshelf.dll
|
StopTopshelf(ICakeContext, FilePath) |
Stops a Topshelf windows service
Addin from Cake.Topshelf.dll
|
StopTopshelf(ICakeContext, FilePath, string) |
Stops a Topshelf windows service
Addin from Cake.Topshelf.dll
|
StopTopshelf(ICakeContext, FilePath, string, int) |
Stops a Topshelf windows service
Addin from Cake.Topshelf.dll
|
UninstallTopshelf(ICakeContext, FilePath) |
Uninstalls a Topshelf windows service
Addin from Cake.Topshelf.dll
|
UninstallTopshelf(ICakeContext, FilePath, string) |
Uninstalls a Topshelf windows service
Addin from Cake.Topshelf.dll
|
UninstallTopshelf(ICakeContext, FilePath, string, bool) |
Uninstalls a Topshelf windows service
Addin from Cake.Topshelf.dll
|
UninstallTopshelf(ICakeContext, FilePath, string, bool, int) |
Uninstalls a Topshelf windows service
Addin from Cake.Topshelf.dll
|