The minimum number of threads assigned to processing requests.
'Declaration
<DataMemberAttribute(IsRequired=False, Order=3)>
Public Property MinRequestThreadCount As Integer
'Usage
Dim instance As ServerBaseConfiguration
Dim value As Integer
instance.MinRequestThreadCount = value
value = instance.MinRequestThreadCount
[DataMember(IsRequired=false, Order=3)]
public int MinRequestThreadCount {get; set;}
[DataMember(IsRequired=false, Order=3)]
public:
property int MinRequestThreadCount {
int get();
void set ( int value);
}
Property Value
The minimum request thread count.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2