Share via


LoadController.IsThrottleRuleEnabled Method

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

Return Value

Type: System.Boolean
true if the throttling rule is enabled; otherwise, false.

Implements

ILoadController.IsThrottleRuleEnabled(ThrottleScope, ThrottleType)

See Also

Reference

LoadController Class

LoadController Members

Microsoft.Office.BusinessData.SystemSpecific Namespace