ILoadController.GetThrottleRuleMax - Méthode
Renvoie la valeur maximale pour l'objet de donnée ThrottleScope et ThrottleType objet.
Espace de noms : Microsoft.BusinessData.Infrastructure.Throttle
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function GetThrottleRuleMax ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Integer
'Utilisation
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
)
Paramètres
throttleScope
Type : Microsoft.BusinessData.SystemSpecific.ThrottleScopeL'étendue de limitation donnée.
throttleType
Type : Microsoft.BusinessData.SystemSpecific.ThrottleTypeLe type de limitation donnée.
Valeur renvoyée
Type : System.Int32
La valeur maximale.
Voir aussi
Référence
Microsoft.BusinessData.Infrastructure.Throttle - Espace de noms