Share via


SPCallCounter constructor (Int32)

Initializes a new instance of the [Microsoft.SharePoint.Utilities.SPCallCounter] class with a given maximum value.

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

Syntax

'Declaration
Protected Sub New ( _
    maxValue As Integer _
)
'Usage
Dim maxValue As Integer

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

Parameters

  • maxValue
    Type: System.Int32

    Maximum value for the counter.

See also

Reference

SPCallCounter class

SPCallCounter members

SPCallCounter overload

Microsoft.SharePoint.Utilities namespace