SafetyNetStruct - Constructeur
Initialise une nouvelle instance de la classe.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType, _
maxLimit As Integer, _
defaultLimit As Integer, _
enabled As Boolean, _
proxyId As Guid _
)
'Utilisation
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim maxLimit As Integer
Dim defaultLimit As Integer
Dim enabled As Boolean
Dim proxyId As Guid
Dim instance As New SafetyNetStruct(throttleScope, _
throttleType, maxLimit, defaultLimit, _
enabled, proxyId)
public SafetyNetStruct(
ThrottleScope throttleScope,
ThrottleType throttleType,
int maxLimit,
int defaultLimit,
bool enabled,
Guid proxyId
)
Paramètres
throttleScope
Type : Microsoft.BusinessData.SystemSpecific.ThrottleScopeL'étendue de la limitation.
throttleType
Type : Microsoft.BusinessData.SystemSpecific.ThrottleTypeLe type de limitation.
maxLimit
Type : System.Int32La limite maximale.
defaultLimit
Type : System.Int32La limite par défaut.
enabled
Type : System.Booleantrue si activé ; dans le cas contraire, false.
proxyId
Type : System.GuidLe GUID de l'ID du proxy.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms