SPDiagnosticsProviderJobDefinition-Konstruktor (String, SPService, SPJobLockType)
Erstellt eine neue Auftragsdefinition.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
service As SPService, _
lockType As SPJobLockType _
)
'Usage
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
)
Parameter
name
Typ: System.StringVerwendet, um die verschiedene Instanzen für verschiedene Vorgänge erzeugt eindeutig zu identifizieren.
service
Typ: Microsoft.SharePoint.Administration.SPServiceEin SPService -Objekt.
lockType
Typ: Microsoft.SharePoint.Administration.SPJobLockTypeEin SPJobLockType -Objekt.
Siehe auch
Referenz
SPDiagnosticsProviderJobDefinition Klasse
SPDiagnosticsProviderJobDefinition-Member