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.IIS.
Summary
Adds a server to the WebFarm
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- WebFarmManager
Syntax
public bool AddServer(string farm, WebFarmServerSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| farm | string | The name of the WebFarm |
| settings | Web |
The settings of the server |
Return Value
| Type | Description |
|---|---|
| bool | If the server was added. |
