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 new instance of the
WebFarmManager
class.
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- WebFarmManager
Syntax
public static WebFarmManager Using(ICakeEnvironment environment, ICakeLog log, ServerManager server)
Parameters
Name | Type | Description |
---|---|---|
environment | ICakeEnvironment | The environment. |
log | ICakeLog | The log. |
server | ServerManager | The Microsoft.Web.Administration.ServerManager to connect to. |
Return Value
Type | Description |
---|---|
WebFarmManager | a new instance of the WebFarmManager . |