Compartir a través de


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

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

clase LoadController

Miembros LoadController

Espacio de nombres Microsoft.SharePoint.BusinessData.SystemSpecific