ShutdownTimeLimit Property

MSBuild

The ShutdownTimeLimit property specifies the amount of time (in seconds) after a recycle threshold has been reached that IIS waits for all old requests to finish running in a worker process before terminating the worker process.


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

Syntax

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

/** property */
public void set_ShutdownTimeLimit(int value);
JScript
public function get ShutdownTimeLimit() : int

public function set ShutdownTimeLimit(value : int);

Property Value

Value indicating the shutdown time limit.

See Also

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