SPWorkItemJobDefinition constructor (String, SPService, SPServer, SPJobLockType)
NOTE: This API is now obsolete.
Initializes a new instance of the SPWorkItemJobDefinition class that specifies the name of the work-item job definition, associated service, hosting server, and processing lock type.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the simplified SPWorkItemJobDefinition constructor", _
False)> _
Public 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 SPWorkItemJobDefinition(name, service, _
server, lockType)
[ObsoleteAttribute("Use the simplified SPWorkItemJobDefinition constructor",
false)]
public SPWorkItemJobDefinition(
string name,
SPService service,
SPServer server,
SPJobLockType lockType
)
Parameters
name
Type: System.StringName of the SPWorkItemJobDefinition instance.
service
Type: Microsoft.SharePoint.Administration.SPServiceThe SPService instance that is being used to process the work items.
server
Type: Microsoft.SharePoint.Administration.SPServerThe SPServer instance for from which work items are being fetched.
lockType
Type: Microsoft.SharePoint.Administration.SPJobLockTypeThe SPJobLockType applied to the work-item processing
See also
Reference
SPWorkItemJobDefinition members