Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum number of active requests per web front end (WFE) per application.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MaxActiveRequestCountPerAppPerFrontEnd As Integer
Get
'Usage
Dim instance As SPWebProxyConfig
Dim value As Integer
value = instance.MaxActiveRequestCountPerAppPerFrontEnd
public int MaxActiveRequestCountPerAppPerFrontEnd { get; }
Property value
Type: System.Int32
The maximum number of active requests.
Remarks
The value of this property is computed as 2% of MaxActiveRequestCountPerFrontEnd but no less than 2.