Partager via


ILoadController.ContainsThrottleRule - Méthode

Vérifie l'existence d'une règle de limitation pour l'objet de donnée ThrottleType et ThrottleScope objet.

Espace de noms :  Microsoft.BusinessData.Infrastructure.Throttle
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
Function ContainsThrottleRule ( _
    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.ContainsThrottleRule(throttleScope, _
    throttleType)
bool ContainsThrottleRule(
    ThrottleScope throttleScope,
    ThrottleType throttleType
)

Paramètres

Valeur renvoyée

Type : System.Boolean
true si une règle de limitation existe pour la donnée ThrottleType et ThrottleScope; dans le cas contraire, false.

Voir aussi

Référence

ILoadController interface

ILoadController - Membres

Microsoft.BusinessData.Infrastructure.Throttle - Espace de noms