SPUserCodePopularityLoadBalancerProvider.HistoryCount property
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)
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