This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Topshelf.
Summary
Specifies a description for the specified service. If no string is specified, the description of the service is not modified. There is no limit to the number of characters in the service description.
- Assembly
- Cake
.Topshelf .dll - Namespace
- Cake
.Topshelf - Containing Type
- Topshelf
Settings Extensions
Syntax
public static TopshelfSettings SetDescription(this TopshelfSettings settings, string description)
Parameters
Name | Type | Description |
---|---|---|
settings | TopshelfSettings | The installation settings. |
description | string | The description of the service |
Return Value
Type | Description |
---|---|
TopshelfSettings | The same TopshelfSettings instance so that multiple calls can be chained. |