SPDistributedCacheCounter constructor
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
maxValue As Integer _
)
'Usage
Dim maxValue As Integer
Dim instance As New SPDistributedCacheCounter(maxValue)
public SPDistributedCacheCounter(
int maxValue
)
Parameters
- maxValue
Type: System.Int32
See also
Reference
SPDistributedCacheCounter class