WebBase.ApplicationPoolAction Enumeration

MSBuild

Defines the possible application pool actions to be performed.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Enum WebBase.ApplicationPoolAction
C#
public enum WebBase.ApplicationPoolAction
C++
public enum class WebBase.ApplicationPoolAction
J#
public enum WebBase.ApplicationPoolAction
JScript
public enum WebBase.ApplicationPoolAction

Members

Member NameDescription
RecycleRecycles an application pool.
RestartStops and restarts the application pool.
StartStarts the application pool.
StopStops the application pool.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.