ApplicationPool.

ApplicationPool.ApplicationPoolAction Enum

Summary

Defines the actions that can be performed on an application pool.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Web
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ApplicationPool.ApplicationPoolAction"] class Type type-node

Syntax

public enum ApplicationPool.ApplicationPoolAction

Fields

Name Constant Value Summary
Recycle 4
Recycles an application pool.
static
Restart 3
Stops and restarts the application pool.
static
Start 1
Starts the application pool.
static
Stop 2
Stops the application pool.
static