System.Web.Configuration.HttpRuntimeSection.MinLocalRequestFreeThreads Property

Gets or sets the minimum number of free threads required to service a local request.

Syntax

[System.Configuration.ConfigurationProperty("minLocalRequestFreeThreads", DefaultValue="4")]
[System.Configuration.IntegerValidator(MinValue=0, MaxValue=2147483647)]
public int MinLocalRequestFreeThreads { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpRuntimeSection.MinLocalRequestFreeThreads property defines the number of free threads that ASP.NET keeps available to allow execution of new local requests. The intent is to avoid a possible deadlock with recursive reentry into the Web server.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0