Compartilhar via


SPCallCounter constructor (Int32)

Inicializa uma nova instância da classe [Microsoft.SharePoint.Utilities.SPCallCounter] com um determinado valor máximo.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Sub New ( _
    maxValue As Integer _
)
'Uso
Dim maxValue As Integer

Dim instance As New SPCallCounter(maxValue)
protected SPCallCounter(
    int maxValue
)

Parâmetros

  • maxValue
    Type: System.Int32

    Valor máximo para o contador.

Ver também

Referência

SPCallCounter class

SPCallCounter members

SPCallCounter overload

Microsoft.SharePoint.Utilities namespace