ILoadController.GetThrottleRuleMax Method
Returns the maximum value for the given ThrottleScope object and ThrottleType object.
Namespace: Microsoft.BusinessData.Infrastructure.Throttle
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetThrottleRuleMax ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Integer
'Usage
Dim instance As ILoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Integer
returnValue = instance.GetThrottleRuleMax(throttleScope, _
throttleType)
int GetThrottleRuleMax(
ThrottleScope throttleScope,
ThrottleType throttleType
)
Parameters
throttleScope
Type: Microsoft.BusinessData.SystemSpecific.ThrottleScopeThe given throttle scope.
throttleType
Type: Microsoft.BusinessData.SystemSpecific.ThrottleTypeThe given throttle type.
Return Value
Type: System.Int32
The maximum value.