Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the throttling rule is enabled.
Namespace: Microsoft.Office.BusinessData.SystemSpecific
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Function IsThrottleRuleEnabled ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Boolean
'Usage
Dim instance As LoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Boolean
returnValue = instance.IsThrottleRuleEnabled(throttleScope, _
throttleType)
public bool IsThrottleRuleEnabled(
ThrottleScope throttleScope,
ThrottleType throttleType
)
Parameters
- throttleScope
Type: Microsoft.BusinessData.SystemSpecific.ThrottleScope
The ThrottleScope object.
- throttleType
Type: Microsoft.BusinessData.SystemSpecific.ThrottleType
The ThrottleType object.
Return Value
Type: System.Boolean
true if the throttling rule is enabled; otherwise, false.
Implements
ILoadController.IsThrottleRuleEnabled(ThrottleScope, ThrottleType)