Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.SharePoint.BusinessData.SystemSpecific
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetThrottleRuleDefault ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Integer
'Usage
Dim instance As LoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Integer
returnValue = instance.GetThrottleRuleDefault(throttleScope, _
throttleType)
public int GetThrottleRuleDefault(
ThrottleScope throttleScope,
ThrottleType throttleType
)
Parameter
- throttleScope
Typ: Microsoft.BusinessData.SystemSpecific.ThrottleScope
- throttleType
Typ: Microsoft.BusinessData.SystemSpecific.ThrottleType
Rückgabewert
Typ: System.Int32
Implementiert
ILoadController.GetThrottleRuleDefault(ThrottleScope, ThrottleType)