SPJobDefinition constructor (String, SPService, SPServer, SPJobLockType)
Initializes a new instance of the SPJobDefinition class and provides parameters for specifying key objects.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
service As SPService, _
server As SPServer, _
lockType As SPJobLockType _
)
'Usage
Dim name As String
Dim service As SPService
Dim server As SPServer
Dim lockType As SPJobLockType
Dim instance As New SPJobDefinition(name, service, _
server, lockType)
protected SPJobDefinition(
string name,
SPService service,
SPServer server,
SPJobLockType lockType
)
Parameters
name
Type: System.StringSpecifies the name of the job definition.
service
Type: Microsoft.SharePoint.Administration.SPServiceSpecifies an SPService object instance.
server
Type: Microsoft.SharePoint.Administration.SPServerSpecifies an SPServer object instance.
lockType
Type: Microsoft.SharePoint.Administration.SPJobLockTypeSpecifies an enumeration value from the SPJobLockType enum.