Share via


ProcessorAction Enum

Definition

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

Applies to