AppPoolQueueLength Property

MSBuild

The AppPoolQueueLength property indicates to the Universal Listener how many requests to queue up for an application pool before rejecting future requests. When the limit for this property is exceeded, IIS rejects the additional requests with a 503 error.


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

Syntax

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

/** property */
public void set_AppPoolQueueLength(int value);
JScript
public function get AppPoolQueueLength() : int

public function set AppPoolQueueLength(value : int);

Property Value

Value indicating the application pool queue length.

See Also

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