ApplicationPoolAliases.

RecyclePool(ICakeContext, string, string) Method

Summary

Recycles application pool on remote IIS.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
ApplicationPoolAliases

Syntax

public static bool RecyclePool(this ICakeContext context, string server, string name)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
bool true if started