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)
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