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
ApplicationPoolManager
class.
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- Application
Pool Manager
Syntax
public static ApplicationPoolManager 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 |
---|---|
Application |
a new instance of the ApplicationPoolManager . |