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
throttleScope
Type : Microsoft.BusinessData.SystemSpecific.ThrottleScopeL'objet ThrottleScope .
throttleType
Type : Microsoft.BusinessData.SystemSpecific.ThrottleTypeL'objet ThrottleType .
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
Microsoft.SharePoint.BusinessData.SystemSpecific - Espace de noms