共用方式為


SPWebApplication.CurrentUserIgnoreThrottle method

偵測是否節流可以不予理會目前 Web 應用程式。如果目前使用者有電腦系統管理員層級權限,或者節流不設為發生的時間目前視窗中,可以忽略節流設定。

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

Syntax

'宣告
Public Function CurrentUserIgnoreThrottle As Boolean
'用途
Dim instance As SPWebApplication
Dim returnValue As Boolean

returnValue = instance.CurrentUserIgnoreThrottle()
public bool CurrentUserIgnoreThrottle()

傳回值

Type: System.Boolean
此方法會傳回指出可以不予理會節流 ; true布林值否則,這個方法會傳回false。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace