Class DelayedPublishJob
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. A scheduled job that publishes pages that have been marked for delayed publish
Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Util
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[ScheduledPlugIn(GUID = "17F4A400-75E5-4449-A0AE-C44BFA50A213", DisplayName = "Publish delayed pages", LanguagePath = "/admin/databasejob/delayedpublish", HelpFile = "delayedpublishjob", DefaultEnabled = true, IntervalLength = 1, IntervalType = ScheduledIntervalType.Hours, Restartable = true)]
[ServiceConfiguration]
public class DelayedPublishJob : ScheduledJobBase, IScheduledJobConstructors
DelayedPublishJob()
Initializes a new instance of the DelayedPublishJob class.
Declaration
public DelayedPublishJob()Methods
Execute()
Start job
Declaration
public override string Execute()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
Stop()
Declaration
public override void Stop()