Click or drag to resize
RecurringJobManager Class
Represents a recurring job manager that allows to create, update or delete recurring jobs.
Inheritance Hierarchy
SystemObject
  HangfireRecurringJobManager

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class RecurringJobManager

The RecurringJobManager type exposes the following members.

Constructors
  NameDescription
Public methodRecurringJobManager
Initializes a new instance of the RecurringJobManager class
Public methodRecurringJobManager(JobStorage)
Initializes a new instance of the RecurringJobManager class
Public methodRecurringJobManager(JobStorage, IBackgroundJobFactory)
Initializes a new instance of the RecurringJobManager class
Top
Methods
See Also