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 or sets the number of sandboxed solution requests that the load balancer should keep in its internal history.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property HistoryCount As Integer
Get
Set
'Usage
Dim instance As SPUserCodePopularityLoadBalancerProvider
Dim value As Integer
value = instance.HistoryCount
instance.HistoryCount = value
public int HistoryCount { get; set; }
Property Value
Type: System.Int32
The number or requests in the internal history of the load balancer.
Remarks
The value is persisted in the configuration database.
See Also
Reference
SPUserCodePopularityLoadBalancerProvider Class