The PeriodicRestartMemory property specifies the amount of virtual memory (in KB) that a worker process can use before the worker process recycles. The maximum value supported for this property is 4,294,967 KB.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property PeriodicRestartMemory As Integer |
C# |
---|
public int PeriodicRestartMemory { get; set; } |
C++ |
---|
public property int PeriodicRestartMemory sealed { int get(); void set(int value); } |
J# |
---|
/** property */ public int get_PeriodicRestartMemory(); /** property */ public void set_PeriodicRestartMemory(int value); |
JScript |
---|
public function get PeriodicRestartMemory() : int public function set PeriodicRestartMemory(value : int); |
Property Value
Value indicating the amount of memory.
See Also
Documentation version 1.0.0.0.