This topic has not yet been rated - Rate this topic

SPAdministrationServiceJobDefinition class

A specialized timer job definition that invokes the SharePoint Administration Service.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[GuidAttribute("8B686CB8-5D39-4307-9DD5-0EEEBBD00ADC")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SPAdministrationServiceJobDefinition : SPJobDefinition

This type of timer job an only be created by a user who has administrative privileges. Further, this type of job will not run if the Administration service is disabled on the local computer at the time that the timer service picks up the new job.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.