TopshelfSettingsExtensions.

SetDelayed(TopshelfSettings, bool) Method

Summary

Sets if the service should start automatically (delayed)
Assembly
Cake.Topshelf.dll
Namespace
Cake.Topshelf
Containing Type
TopshelfSettingsExtensions

Syntax

public static TopshelfSettings SetDelayed(this TopshelfSettings settings, bool delayed = true)

Parameters

Name Type Description
settings TopshelfSettings The installation settings.
delayed bool if the service should start delayed

Return Value

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