Enum IisApplicatonPoolCpuLimitAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the CPU limit action for an IIS application pool.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisApplicatonPoolCpuLimitAction
Fields
KillW3WP = 2
The CPU limit action is to kill the W3WP.
NoAction = 1
The CPU limit action is no action.
Throttle = 3
The CPU limit action is to throttle.
ThrottleUnderLoad = 4
The CPU limit action is to throttle under load.
Unknown = 0
The CPU limit action is unknown.