Compartir a través de


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

Valor devuelto

Tipo: System.Int32
El valor predeterminado.

Vea también

Referencia

interfaz ILoadController

Miembros ILoadController

Espacio de nombres Microsoft.BusinessData.Infrastructure.Throttle