SPCPUCycleCounter constructor (Int64)
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
maxValue As Long _
)
'Usage
Dim maxValue As Long
Dim instance As New SPCPUCycleCounter(maxValue)
public SPCPUCycleCounter(
long maxValue
)
Parameters
- maxValue
Type: System.Int64