SPClientCallableSettings.MaxResourcesPerRequest Property
Gets or sets the maximum number of internal SPRequest objects that can be included in one request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MaxResourcesPerRequest As Integer
Get
Set
'Usage
Dim instance As SPClientCallableSettings
Dim value As Integer
value = instance.MaxResourcesPerRequest
instance.MaxResourcesPerRequest = value
public int MaxResourcesPerRequest { get; set; }
Property Value
Type: System.Int32
The maximum number of active resources. The default value is 16.
Remarks
For information about the SPRequest class, see Disposing Objects.
See Also
Reference
SPClientCallableSettings Class