SPRequestManagementSettings class

Represents the entry point into the request management feature and is stored as an SPPersistedObject and is associated with an SPWebApplication object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPRequestManagementSettings

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("9DDEE949-7F86-487F-8AD6-541ED96F4EEF")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRequestManagementSettings _
    Inherits SPPersistedObject
'Usage
Dim instance As SPRequestManagementSettings
[GuidAttribute("9DDEE949-7F86-487F-8AD6-541ED96F4EEF")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRequestManagementSettings : SPPersistedObject

Remarks

This object is used to get or set routing and throttling settings as well as to evaluate requests against rules.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPRequestManagementSettings members

Microsoft.SharePoint.Administration namespace