del método ILoadController.GetThrottleRuleDefault
Devuelve el valor predeterminado para el objeto determinado ThrottleScope y el objeto de ThrottleType .
Espacio de nombres: Microsoft.BusinessData.Infrastructure.Throttle
Ensamblado: Microsoft.BusinessData (en Microsoft.BusinessData.dll)
Sintaxis
'Declaración
Function GetThrottleRuleDefault ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Integer
'Uso
Dim instance As ILoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Integer
returnValue = instance.GetThrottleRuleDefault(throttleScope, _
throttleType)
int GetThrottleRuleDefault(
ThrottleScope throttleScope,
ThrottleType throttleType
)
Parámetros
throttleScope
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleScopeEl ámbito del Acelerador determinado.
throttleType
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleTypeEl tipo de acelerador determinado.
Valor devuelto
Tipo: System.Int32
El valor predeterminado.
Vea también
Referencia
Espacio de nombres Microsoft.BusinessData.Infrastructure.Throttle