Share via


ILoadController.GetThrottleRuleDefault Method

Returns the default value for the given ThrottleScope object and ThrottleType object.

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

Syntax

'Declaration
Function GetThrottleRuleDefault ( _
    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.GetThrottleRuleDefault(throttleScope, _
    throttleType)
int GetThrottleRuleDefault(
    ThrottleScope throttleScope,
    ThrottleType throttleType
)

Parameters

Return Value

Type: System.Int32
The default value.

See Also

Reference

ILoadController Interface

ILoadController Members

Microsoft.BusinessData.Infrastructure.Throttle Namespace