The PeriodicRestartTime property specifies the period of time, in minutes, after which IIS rotates an isolated OOP application. Setting the value of this property to 0 disables the property. The maximum supported value for this property is 71,582.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property PeriodicRestartTime As Integer |
| C# |
|---|
| public int PeriodicRestartTime { get; set; } |
| C++ |
|---|
| public property int PeriodicRestartTime sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_PeriodicRestartTime(); /** property */ public void set_PeriodicRestartTime(int value); |
| JScript |
|---|
| public function get PeriodicRestartTime() : int public function set PeriodicRestartTime(value : int); |
Property Value
Value indicating the restart time period.
See Also
Documentation version 1.0.0.0.