SPWorkItemJobDefinition constructor
Initializes a new instance of the SPWorkItemJobDefinition class.
Overload list
Name | Description | |
---|---|---|
SPWorkItemJobDefinition() | Initializes a new instance of the SPWorkItemJobDefinition class. | |
SPWorkItemJobDefinition(String, SPWebApplication) | Initializes a new instance of the SPWorkItemJobDefinition class that specifies the name of the work item job definition and the associated Web application. | |
SPWorkItemJobDefinition(String, SPWebApplication, SPJobLockType) | ||
SPWorkItemJobDefinition(String, SPService, SPServer, SPJobLockType) | 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. | |
SPWorkItemJobDefinition(String, SPWebApplication, SPServer, SPJobLockType) | Obsolete. Initializes a new instance of the SPWorkItemJobDefinition class that specifies the name of the work-item job definition, associated Web application, hosting server, and processing lock type. |
Top