Partager via


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

Valeur renvoyée

Type : System.Int32
La valeur maximale.

Voir aussi

Référence

ILoadController interface

ILoadController - Membres

Microsoft.BusinessData.Infrastructure.Throttle - Espace de noms