HttpRuntimeSection.AppRequestQueueLimit Property
.NET Framework 3.0
Gets or sets a value that indicates the maximum number of requests that ASP.NET queues for the application.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_AppRequestQueueLimit () /** @property */ public void set_AppRequestQueueLimit (int value)
public function get AppRequestQueueLimit () : int public function set AppRequestQueueLimit (value : int)
Not applicable.
Property Value
The maximum number of requests that can be queued.Community Additions
ADD
Show:
Note: