ApplicationPoolAliases.

RestartPool(ICakeContext, string) Method

Summary

Restarts application pool on local IIS.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
ApplicationPoolAliases

Syntax

public static bool RestartPool(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 started