SPThrottlingRuleCollection-Klasse

Auflistung von Routingregeln

Vererbungshierarchie

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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPThrottlingRuleCollection-Member

Microsoft.SharePoint.Administration-Namespace