HttpRuntimeSection.MinLocalRequestFreeThreads Property
.NET Framework 2.0
Gets or sets the minimum number of free threads required to service a local request.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_MinLocalRequestFreeThreads () /** @property */ public void set_MinLocalRequestFreeThreads (int value)
public function get MinLocalRequestFreeThreads () : int public function set MinLocalRequestFreeThreads (value : int)
Not applicable.
Property Value
The minimum number of free threads assigned to local requests. The default value is 4.Community Additions
ADD
Show: