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
Creates a WebFarm
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- WebFarmManager
Syntax
public void Create(WebFarmSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | WebFarmSettings | The settings of the WebFarm |
Return Value
| Type | Description |
|---|---|
| void | If the WebFarm was added. |
