InstallSettingsExtensions.

SetDependencies(InstallSettings, string) Method

Summary

Specifies the names of services or groups that must start before this service starts. The names are separated by forward slashes (/).
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
InstallSettingsExtensions

Syntax

public static InstallSettings SetDependencies(this InstallSettings settings, string dependencies)

Parameters

Name Type Description
settings InstallSettings The installation settings.
dependencies string The names of services or groups that must start before this service starts

Return Value

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