The CPUAction property configures the action(s) that IIS takes when Microsoft Windows NT ® job objects run. Only one Windows NT job object exists per application pool, therefore the CPUAction property is configured on a per application pool basis. Possible values: 0 - No action is taken except that a warning is written to the event log when the CPU limit is exceeded. 1 - Application pool worker processes that exceed their CPU limit will be forced to shut down.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CPUAction As Integer |
| C# |
|---|
| public int CPUAction { get; set; } |
| C++ |
|---|
| public property int CPUAction sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_CPUAction(); /** property */ public void set_CPUAction(int value); |
| JScript |
|---|
| public function get CPUAction() : int public function set CPUAction(value : int); |
Property Value
Value indicating the CPU action.
See Also
Documentation version 1.0.0.0.