Search Results for

    Show / Hide Table of Contents
    View Source

    Class RecurringBackgroundJobNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IRecurringBackgroundJob>
    Namespace: Umbraco.Cms.Infrastructure.Notifications
    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
    Type Name Description
    IRecurringBackgroundJob target
    EventMessages messages

    Properties

    View Source

    Job

    Declaration
    public IRecurringBackgroundJob Job { get; }
    Property Value
    Type Description
    IRecurringBackgroundJob
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RecurringBackgroundJobNotification(IRecurringBackgroundJob, EventMessages)
    • Properties
      • Job
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX