Partager via


LoadController.ContainsThrottleRule - Méthode

Indique si une règle de limitation existe pour les objets ThrottleScope et ThrottleType donnés.

Espace de noms :  Microsoft.SharePoint.BusinessData.SystemSpecific
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function ContainsThrottleRule ( _
    throttleScope As ThrottleScope, _
    throttleType As ThrottleType _
) As Boolean
'Utilisation
Dim instance As LoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Boolean

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

Paramètres

Valeur renvoyée

Type : System.Boolean
true si une règle de limitation existe ; dans le cas contraire, false.

Implémentations

ILoadController.ContainsThrottleRule(ThrottleScope, ThrottleType)

Voir aussi

Référence

LoadController classe

LoadController - Membres

Microsoft.SharePoint.BusinessData.SystemSpecific - Espace de noms