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.
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
throttleScope
Type: Microsoft.BusinessData.SystemSpecific.ThrottleScopeThe given throttle scope.
throttleType
Type: Microsoft.BusinessData.SystemSpecific.ThrottleTypeThe given throttle type.
defaultValue
Type: System.Int32The default value.
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.