SPWebApplication.CurrentUserIgnoreThrottle method
Detects whether throttling can be ignored for the current Web application. Throttling can be ignored if the current user has administrator-level privileges for computer or if throttling is not set to occur in the current window of time.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function CurrentUserIgnoreThrottle As Boolean
'Usage
Dim instance As SPWebApplication
Dim returnValue As Boolean
returnValue = instance.CurrentUserIgnoreThrottle()
public bool CurrentUserIgnoreThrottle()
Return value
Type: System.Boolean
This method returns a Boolean value of true to indicate that throttling can be ignored; otherwise, this method returns false.