Freigeben über


LoadController.GetThrottleRuleDefault-Methode

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

Rückgabewert

Typ: System.Int32

Implementiert

ILoadController.GetThrottleRuleDefault(ThrottleScope, ThrottleType)

Siehe auch

Referenz

LoadController Klasse

LoadController-Member

Microsoft.SharePoint.BusinessData.SystemSpecific-Namespace