del método LoadController.ContainsThrottleRule
Indica si existe una regla de limitación para los objetos dados de ThrottleScope y ThrottleType .
Espacio de nombres: Microsoft.SharePoint.BusinessData.SystemSpecific
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Function ContainsThrottleRule ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Boolean
'Uso
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
)
Parámetros
throttleScope
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleScopeEl objeto ThrottleScope .
throttleType
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleTypeEl objeto ThrottleType .
Valor devuelto
Tipo: System.Boolean
true si existe una regla de limitación; en caso contrario, false.
Implementaciones
ILoadController.ContainsThrottleRule(ThrottleScope, ThrottleType)
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.BusinessData.SystemSpecific