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
throttleScope
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleScopeEl objeto ThrottleScope .
throttleType
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleTypeEl objeto ThrottleType .
defaultValue
Tipo: System.Int32El 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
Espacio de nombres Microsoft.SharePoint.BusinessData.SystemSpecific