SPThrottlingRuleCollection class
路由規則的集合
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
'宣告
<GuidAttribute("AB530795-3B3A-444D-98DF-D1F6E8A823EC")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPThrottlingRuleCollection _
Inherits SPRequestManagementRuleCollection(Of SPThrottlingRule)
'用途
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.