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 Name | Description |
|---|---|
| Recycle | Recycles an application pool. |
| Restart | Stops and restarts the application pool. |
| Start | Starts the application pool. |
| Stop | Stops the application pool. |
See Also
Documentation version 1.0.0.0.