Partager via


ILoadController.GetThrottleRuleDefault - Méthode

Renvoie la valeur par défaut pour l'objet de donnée ThrottleScope et ThrottleType objet.

Espace de noms :  Microsoft.BusinessData.Infrastructure.Throttle
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
Function GetThrottleRuleDefault ( _
    throttleScope As ThrottleScope, _
    throttleType As ThrottleType _
) As Integer
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : System.Int32
Valeur par défaut.

Voir aussi

Référence

ILoadController interface

ILoadController - Membres

Microsoft.BusinessData.Infrastructure.Throttle - Espace de noms