TopshelfSettingsExtensions.

SetServiceName(TopshelfSettings, int) Method

Summary

Specifies the time in milliseconds to wait for the Topshelf executable
Assembly
Cake.Topshelf.dll
Namespace
Cake.Topshelf
Containing Type
TopshelfSettingsExtensions

Syntax

public static TopshelfSettings SetServiceName(this TopshelfSettings settings, int timeout)

Parameters

Name Type Description
settings TopshelfSettings The installation settings.
timeout int The time in milliseconds.

Return Value

Type Description
TopshelfSettings The same TopshelfSettings instance so that multiple calls can be chained.