ProcessModelSection.MinWorkerThreads Property
.NET Framework (current version)
Gets or sets the minimum number of worker threads per CPU in the CLR thread pool.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("minWorkerThreads", DefaultValue = 1)] [IntegerValidatorAttribute(MinValue = 1, MaxValue = 2147483646)] public int MinWorkerThreads { get; set; }
Property Value
Type: System.Int32The minimum number of worker threads per CPU in the CLR thread pool
.NET Framework
Available since 2.0
Available since 2.0
Show: