Метод ILoadController.GetThrottleRuleMax
Возвращает максимальное значение для заданного ThrottleScope и ThrottleType объектов.
Пространство имен: Microsoft.BusinessData.Infrastructure.Throttle
Сборка: Microsoft.BusinessData (в Microsoft.BusinessData.dll)
Синтаксис
'Декларация
Function GetThrottleRuleMax ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Integer
'Применение
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
)
Параметры
throttleScope
Тип: Microsoft.BusinessData.SystemSpecific.ThrottleScopeОбласть заданного регулирования.
throttleType
Тип: Microsoft.BusinessData.SystemSpecific.ThrottleTypeТип заданного регулирования.
Возвращаемое значение
Тип: System.Int32
Максимальное значение.
См. также
Справочные материалы
Пространство имен Microsoft.BusinessData.Infrastructure.Throttle