SPRequestThrottleClassifier.ThrottleLevel property
When implemented in a derived class, gets a value that indicates when matching HTTP requests are throttled.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ThrottleLevel As SPRequestThrottleLevel
Get
'Usage
Dim instance As SPRequestThrottleClassifier
Dim value As SPRequestThrottleLevel
value = instance.ThrottleLevel
public abstract SPRequestThrottleLevel ThrottleLevel { get; }
Property value
Type: Microsoft.SharePoint.Utilities.SPRequestThrottleLevel
The circumstances in which matching requests are throttled.
See also
Reference
SPRequestThrottleClassifier class