The CPUResetInterval property specifies the reset period (in minutes) for CPU monitoring and throttling limits on the application pool. When the number of minutes elapsed since the last process accounting reset equals the number specified by this property, IIS will reset the CPU timers for both the logging and limit intervals. Setting the value of this property to 0 disables CPU monitoring.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property CPUResetInterval As Integer |
C# |
---|
public int CPUResetInterval { get; set; } |
C++ |
---|
public property int CPUResetInterval sealed { int get(); void set(int value); } |
J# |
---|
/** property */ public int get_CPUResetInterval(); /** property */ public void set_CPUResetInterval(int value); |
JScript |
---|
public function get CPUResetInterval() : int public function set CPUResetInterval(value : int); |
Property Value
Value indicating the CPU reset interval.
See Also
Documentation version 1.0.0.0.