Partager via


ILoadController.IsThrottleRuleEnabled - Méthode

Détermine si la règle de limitation est activée pour un 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 IsThrottleRuleEnabled ( _
    throttleScope As ThrottleScope, _
    throttleType As ThrottleType _
) As Boolean
'Utilisation
Dim instance As ILoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Boolean

returnValue = instance.IsThrottleRuleEnabled(throttleScope, _
    throttleType)
bool IsThrottleRuleEnabled(
    ThrottleScope throttleScope,
    ThrottleType throttleType
)

Paramètres

Valeur renvoyée

Type : System.Boolean
true si la règle est activée ; dans le cas contraire, false

Voir aussi

Référence

ILoadController interface

ILoadController - Membres

Microsoft.BusinessData.Infrastructure.Throttle - Espace de noms