SPRequestThrottleClassifier.ThrottleLevel property
在衍生類別中實作時,取得值,指出比對的 HTTP 要求都減低速度。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustOverride ReadOnly Property ThrottleLevel As SPRequestThrottleLevel
Get
'用途
Dim instance As SPRequestThrottleClassifier
Dim value As SPRequestThrottleLevel
value = instance.ThrottleLevel
public abstract SPRequestThrottleLevel ThrottleLevel { get; }
Property value
Type: Microsoft.SharePoint.Utilities.SPRequestThrottleLevel
在相符的要求都減低速度的情況。
請參閱
參照
SPRequestThrottleClassifier class