PeriodicRestartRequests Property

MSBuild

The PeriodicRestartRequests property indicates the number of requests the OOP application should process, after which it is recycled.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property PeriodicRestartRequests As Integer
C#
public int PeriodicRestartRequests { get; set; }
C++
public property int PeriodicRestartRequests sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_PeriodicRestartRequests();

/** property */
public void set_PeriodicRestartRequests(int value);
JScript
public function get PeriodicRestartRequests() : int

public function set PeriodicRestartRequests(value : int);

Property Value

Value indicating the number of requests.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.