PublishingTimerJobsFeatureHandler Class
Handles actions related to the Publishing Timer Jobs feature.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPFeatureReceiver
Microsoft.SharePoint.Publishing.PublishingTimerJobsFeatureHandler
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class PublishingTimerJobsFeatureHandler _
Inherits SPFeatureReceiver
'Usage
Dim instance As PublishingTimerJobsFeatureHandler
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class PublishingTimerJobsFeatureHandler : SPFeatureReceiver
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.