ProcessorAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the action that IIS takes when an application pool exceeds the CPU limit specified by the Limit property.
public enum class ProcessorAction
public enum ProcessorAction
type ProcessorAction =
Public Enum ProcessorAction
- Inheritance
-
ProcessorAction
Fields
Name | Value | Description |
---|---|---|
NoAction | 0 | Writes a warning to the event log, but takes no additional action. The default value. |
KillW3wp | 1 | Shuts down the application pool worker processes. |
Throttle | 2 | |
ThrottleUnderLoad | 3 |