SPServiceInstanceJobDefinition Class
Represents a SPJobDefinition that is associated with a SPServiceInstance object.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPJobDefinition
Microsoft.SharePoint.Administration.SPAdministrationServiceJobDefinition
Microsoft.SharePoint.Administration.SPServiceInstanceJobDefinition
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<GuidAttribute("EE62DD8D-071F-4378-BFC0-D395126C66B7")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPServiceInstanceJobDefinition _
Inherits SPAdministrationServiceJobDefinition
Dim instance As SPServiceInstanceJobDefinition
[GuidAttribute("EE62DD8D-071F-4378-BFC0-D395126C66B7")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPServiceInstanceJobDefinition : SPAdministrationServiceJobDefinition
Remarks
Job definitions must be associated with a service or web application. This job definition object associates the job with an instance of an SPService, and adds scheduling information such as how often to run the job, or how many instances of the job can run on multiple farm servers simultaneously.
The SPServiceInstance object represents a single instance of a service that runs on a server. Use the Services property of the SPFarm class to return an SPServiceCollection object that represents the collection of services on the server farm, or use the SPService object contains that the farm-wide settings that apply to the service that this instance implements.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SPServiceInstanceJobDefinition Members