ApplicationPoolManager.

Stop(string) Method

Summary

Stops an application pool
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
ApplicationPoolManager

Syntax

public bool Stop(string name)

Parameters

Name Type Description
name string The name of the application pool

Return Value

Type Description
bool If the application pool was stopped.