SPHttpHeaderThrottleClassifier.ThrottleLevel property
Obtém um valor que especifica quando as solicitações correspondentes são resolvidas.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides ReadOnly Property ThrottleLevel As SPRequestThrottleLevel
Get
'Uso
Dim instance As SPHttpHeaderThrottleClassifier
Dim value As SPRequestThrottleLevel
value = instance.ThrottleLevel
public override SPRequestThrottleLevel ThrottleLevel { get; }
Property value
Type: Microsoft.SharePoint.Utilities.SPRequestThrottleLevel
Um valor que especifica a diretiva de acelerador para correspondência de solicitações. O padrão é FirstStage.
Ver também
Referência
SPHttpHeaderThrottleClassifier class