TopshelfSettingsExtensions.

UseNetworkService(TopshelfSettings, bool) Method

Summary

Sets if the service with run with the network service account
Assembly
Cake.Topshelf.dll
Namespace
Cake.Topshelf
Containing Type
TopshelfSettingsExtensions

Syntax

public static TopshelfSettings UseNetworkService(this TopshelfSettings settings, bool networkService = true)

Parameters

Name Type Description
settings TopshelfSettings The installation settings.
networkService bool Run with the network service account

Return Value

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