Compartilhar via


SPRequestThrottleClassifier.ThrottleLevel property

Quando implementado em uma classe derivada, obtém um valor que indica quando o correspondente as solicitações HTTP são resolvidas.

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

Syntax

'Declaração
Public MustOverride ReadOnly Property ThrottleLevel As SPRequestThrottleLevel
    Get
'Uso
Dim instance As SPRequestThrottleClassifier
Dim value As SPRequestThrottleLevel

value = instance.ThrottleLevel
public abstract SPRequestThrottleLevel ThrottleLevel { get; }

Property value

Type: Microsoft.SharePoint.Utilities.SPRequestThrottleLevel
As circunstâncias em que as solicitações correspondentes são resolvidas.

Ver também

Referência

SPRequestThrottleClassifier class

SPRequestThrottleClassifier members

Microsoft.SharePoint.Utilities namespace