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.

See also

Reference

PublishingTimerJobsFeatureHandler members

Microsoft.SharePoint.Publishing namespace