TopshelfAliases.

StartTopshelf(ICakeContext, FilePath) Method

Summary

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

Syntax

public static void StartTopshelf(this ICakeContext context, FilePath filePath)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
filePath FilePath The file path of the Topshelf executable to start.

Return Value

Type Description
void