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 Name | Description |
|---|---|
| Starting | The application pool is starting. |
| Started | The application pool has started. |
| Stopping | The application pool is stopping. |
| Stopped | The application pool has stopped. |
See Also
Documentation version 1.0.0.0.