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)
Available in Sandboxed Solutions: No

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

SPRequestThrottleClassifier Members

Microsoft.SharePoint.Utilities Namespace