SPCallCounter constructor (Int32)
初始化具有指定的最大值之**[Microsoft.SharePoint.Utilities.SPCallCounter]**類別的新執行個體。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Sub New ( _
maxValue As Integer _
)
'用途
Dim maxValue As Integer
Dim instance As New SPCallCounter(maxValue)
protected SPCallCounter(
int maxValue
)
參數
maxValue
Type: System.Int32此計數器的最大值。