SPDiagnosticsProviderJobDefinition - Constructeur (String, SPService, SPJobLockType)
Crée une nouvelle définition de tâche.
Espace de noms : Microsoft.SharePoint.Diagnostics
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
name As String, _
service As SPService, _
lockType As SPJobLockType _
)
'Utilisation
Dim name As String
Dim service As SPService
Dim lockType As SPJobLockType
Dim instance As New SPDiagnosticsProviderJobDefinition(name, service, _
lockType)
protected SPDiagnosticsProviderJobDefinition(
string name,
SPService service,
SPJobLockType lockType
)
Paramètres
name
Type : System.StringUtilisé uniquement pour identifier différentes instances générées pour différentes opérations.
service
Type : Microsoft.SharePoint.Administration.SPServiceUn objet SPService .
lockType
Type : Microsoft.SharePoint.Administration.SPJobLockTypeUn objet SPJobLockType .
Voir aussi
Référence
SPDiagnosticsProviderJobDefinition classe
SPDiagnosticsProviderJobDefinition - Membres