Share via


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

Return Value

Type: System.Int32
The maximum value.

See Also

Reference

ILoadController Interface

ILoadController Members

Microsoft.BusinessData.Infrastructure.Throttle Namespace