Compartir a través de


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

  • defaultLimit
    Tipo: System.Int32

    El límite predeterminado.

  • enabled
    Tipo: System.Boolean

    true si se habilita; en caso contrario, false.

  • proxyId
    Tipo: System.Guid

    El identificador GUID del proxy.

Vea también

Referencia

clase SafetyNetStruct

Miembros SafetyNetStruct

Espacio de nombres Microsoft.SharePoint.BusinessData.SharedService