SPThrottlingRule class

Rule for removing targets based on health

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPRequestManagementRule
    Microsoft.SharePoint.Administration.SPThrottlingRule

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

Syntax

'Declaration
<SerializableAttribute> _
<GuidAttribute("09927821-C61A-45E8-AF8A-E214B0F323F1")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPThrottlingRule _
    Inherits SPRequestManagementRule
'Usage
Dim instance As SPThrottlingRule
[SerializableAttribute]
[GuidAttribute("09927821-C61A-45E8-AF8A-E214B0F323F1")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPThrottlingRule : SPRequestManagementRule

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

SPThrottlingRule members

Microsoft.SharePoint.Administration namespace