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.Int32Valor máximo para o contador.