SPThrottlingRuleCollection class

Collection of routing rules

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPRequestManagementRuleCollection<SPThrottlingRule>
        Microsoft.SharePoint.Administration.SPThrottlingRuleCollection

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

Syntax

'Declaration
<GuidAttribute("AB530795-3B3A-444D-98DF-D1F6E8A823EC")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPThrottlingRuleCollection _
    Inherits SPRequestManagementRuleCollection(Of SPThrottlingRule)
'Usage
Dim instance As SPThrottlingRuleCollection
[GuidAttribute("AB530795-3B3A-444D-98DF-D1F6E8A823EC")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPThrottlingRuleCollection : SPRequestManagementRuleCollection<SPThrottlingRule>

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

SPThrottlingRuleCollection members

Microsoft.SharePoint.Administration namespace