TopshelfSettingsExtensions.

SetDisplayName(TopshelfSettings, string) Method

Summary

Specifies a friendly name that can be used by user interface programs to identify the service.
Assembly
Cake.Topshelf.dll
Namespace
Cake.Topshelf
Containing Type
TopshelfSettingsExtensions

Syntax

public static TopshelfSettings SetDisplayName(this TopshelfSettings settings, string name)

Parameters

Name Type Description
settings TopshelfSettings The process settings.
name string The friendly name of the service

Return Value

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