View Source
Class RecurringBackgroundJobNotification
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class RecurringBackgroundJobNotification : ObjectNotification<IRecurringBackgroundJob>, IStatefulNotification, INotification
Constructors
View Source
RecurringBackgroundJobNotification(IRecurringBackgroundJob, EventMessages)
Declaration
public RecurringBackgroundJobNotification(IRecurringBackgroundJob target, EventMessages messages)
Parameters
Properties
View Source
Job
Declaration
public IRecurringBackgroundJob Job { get; }
Property Value