Compartir a través de


del método LoadController.OverrideThrottleRuleDefault

Reemplaza el valor predeterminado de regla 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 Sub OverrideThrottleRuleDefault ( _
    throttleScope As ThrottleScope, _
    throttleType As ThrottleType, _
    defaultValue As Integer _
)
'Uso
Dim instance As LoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim defaultValue As Integer

instance.OverrideThrottleRuleDefault(throttleScope, _
    throttleType, defaultValue)
public void OverrideThrottleRuleDefault(
    ThrottleScope throttleScope,
    ThrottleType throttleType,
    int defaultValue
)

Parámetros

  • defaultValue
    Tipo: System.Int32

    El valor predeterminado reemplazado.

Implementaciones

ILoadController.OverrideThrottleRuleDefault(ThrottleScope, ThrottleType, Int32)

Excepciones

Excepción Condición
InvalidOperationException

La regla de limitación no existe.

Vea también

Referencia

clase LoadController

Miembros LoadController

Espacio de nombres Microsoft.SharePoint.BusinessData.SystemSpecific