Share via


ILoadController.OverrideThrottleRuleDefault Method

Overrides the default value set by the administrator for the ThrottleType.

Namespace:  Microsoft.BusinessData.Infrastructure.Throttle
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Sub OverrideThrottleRuleDefault ( _
    throttleScope As ThrottleScope, _
    throttleType As ThrottleType, _
    defaultValue As Integer _
)
'Usage
Dim instance As ILoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim defaultValue As Integer

instance.OverrideThrottleRuleDefault(throttleScope, _
    throttleType, defaultValue)
void OverrideThrottleRuleDefault(
    ThrottleScope throttleScope,
    ThrottleType throttleType,
    int defaultValue
)

Parameters

Remarks

For a given Business Data Connectivity (BDC) service call, the caller can override the default value (The minimum = 0 and the upper limit = Max) set by the administrator.

See Also

Reference

ILoadController Interface

ILoadController Members

Microsoft.BusinessData.Infrastructure.Throttle Namespace