Enum IisApplicatonPoolState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state for an IIS application pool.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisApplicatonPoolState
Fields
Started = 1The application pool is started.
Starting = 2The application pool is starting.
Stopped = 3The application pool is stopped.
Stopping = 4The application pool is stopping.
Unknown = 0The state is unknown.