November Happy Hour will be moved to Thursday December 5th.

Class FailedScheduledJobRegistry

Temporary class to manage ScheduledJob instances that failed to load. Will be replaced in future releases.

Inheritance
System.Object
FailedScheduledJobRegistry
Namespace: EPiServer.Scheduler.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class FailedScheduledJobRegistry : Object

Constructors

FailedScheduledJobRegistry()

Declaration
public FailedScheduledJobRegistry()

Properties

FailedJobs

Declaration
public virtual ICollection<Guid> FailedJobs { get; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.Guid>

Methods

MarkAsFailed(Guid)

Declaration
public virtual void MarkAsFailed(Guid id)
Parameters
Type Name Description
System.Guid id

Extension Methods