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

KillW3wp 1

Shuts down the application pool worker processes.

NoAction 0

Writes a warning to the event log, but takes no additional action. The default value.

Throttle 2
ThrottleUnderLoad 3

Applies to