SPWebProxyConfig.MaxActiveRequestCountPerAppPerFrontEnd-Eigenschaft
Ruft die maximale Anzahl der aktiven Anforderungen pro Web-front-End (WFE) pro Anwendung.
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; }
Eigenschaftswert
Typ: System.Int32
Die maximale Anzahl der aktiven Anforderungen.
Hinweise
Der Wert dieser Eigenschaft ist als 2 % des MaxActiveRequestCountPerFrontEnd , aber nicht weniger als 2 berechnet.