IdleTimeout Property

MSBuild

The IdleTimeout property specifies how long (in minutes) a worker process should run idle if no new requests are received and the worker process is not processing requests. After the allotted time passes, the worker process should request to be shut down by the World Wide Web Publishing Service (WWW Service).


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

Syntax

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

/** property */
public void set_IdleTimeout(int value);
JScript
public function get IdleTimeout() : int

public function set IdleTimeout(value : int);

Property Value

Value indicating the idle timeout.

See Also

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