del constructor SafetyNetStruct
Inicializa una nueva instancia de la clase.
Espacio de nombres: Microsoft.SharePoint.BusinessData.SharedService
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Sub New ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType, _
maxLimit As Integer, _
defaultLimit As Integer, _
enabled As Boolean, _
proxyId As Guid _
)
'Uso
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
)
Parámetros
throttleScope
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleScopeEl ámbito del acelerador.
throttleType
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleTypeEl tipo del acelerador.
maxLimit
Tipo: System.Int32El límite máximo.
defaultLimit
Tipo: System.Int32El límite predeterminado.
enabled
Tipo: System.Booleantrue si se habilita; en caso contrario, false.
proxyId
Tipo: System.GuidEl identificador GUID del proxy.
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.BusinessData.SharedService