SPWebApplication.CurrentUserIgnoreThrottle 方法
检测是否可以为当前 Web 应用程序忽略节流。如果当前用户具有对计算机的管理员级别特权或限制未设置为在当前窗口中的时间发生,限制可以被忽略。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function CurrentUserIgnoreThrottle As Boolean
用法
Dim instance As SPWebApplication
Dim returnValue As Boolean
returnValue = instance.CurrentUserIgnoreThrottle()
public bool CurrentUserIgnoreThrottle()
返回值
类型:System.Boolean
此方法返回一个布尔值的true表示限制可以忽略 ;否则,此方法返回false。