WebBase.ApplicationPoolState Enumeration

MSBuild

Defines the current application pool state.


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

Syntax

Visual Basic (Declaration)
Protected Enum WebBase.ApplicationPoolState
C#
protected enum WebBase.ApplicationPoolState
C++
protected enum class WebBase.ApplicationPoolState
J#
protected enum WebBase.ApplicationPoolState
JScript
protected enum WebBase.ApplicationPoolState

Members

Member NameDescription
StartingThe application pool is starting.
StartedThe application pool has started.
StoppingThe application pool is stopping.
StoppedThe application pool has stopped.

See Also

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