SPDiagnosticsPerformanceCounterProvider 构造函数 (String, String, String, SPService, SPJobLockType)
基于构造函数的参数的SPDiagnosticsPerformanceCounterProvider类的新实例进行初始化。
命名空间: Microsoft.SharePoint.Diagnostics
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Sub New ( _
title As String, _
name As String, _
schedule As String, _
service As SPService, _
lockType As SPJobLockType _
)
用法
Dim title As String
Dim name As String
Dim schedule As String
Dim service As SPService
Dim lockType As SPJobLockType
Dim instance As New SPDiagnosticsPerformanceCounterProvider(title, name, _
schedule, service, lockType)
protected SPDiagnosticsPerformanceCounterProvider(
string title,
string name,
string schedule,
SPService service,
SPJobLockType lockType
)
参数
- title
类型:System.String
- name
类型:System.String
- schedule
类型:System.String
另请参阅
引用
SPDiagnosticsPerformanceCounterProvider 类
SPDiagnosticsPerformanceCounterProvider 成员