SPDiagnosticsProvider constructor (String, String, String, SPWebApplication, SPJobLockType)
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
title As String, _
name As String, _
schedule As String, _
webApplication As SPWebApplication, _
lockType As SPJobLockType _
)
'Usage
Dim title As String
Dim name As String
Dim schedule As String
Dim webApplication As SPWebApplication
Dim lockType As SPJobLockType
Dim instance As New SPDiagnosticsProvider(title, name, _
schedule, webApplication, lockType)
protected SPDiagnosticsProvider(
string title,
string name,
string schedule,
SPWebApplication webApplication,
SPJobLockType lockType
)
Parameters
- title
Type: System.String
- name
Type: System.String
- schedule
Type: System.String
- webApplication
Type: Microsoft.SharePoint.Administration.SPWebApplication
- lockType
Type: Microsoft.SharePoint.Administration.SPJobLockType