ApplicationPoolAliases.

DeletePool(ICakeContext, string) Method

Summary

Deletes application pool from local IIS.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
ApplicationPoolAliases

Syntax

public static bool DeletePool(this ICakeContext context, string name)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
name string The application pool name.

Return Value

Type Description
bool true if deleted