Click or drag to resize
RecurringJobManager Constructor (JobStorage, IBackgroundJobFactory)
Initializes a new instance of the RecurringJobManager class

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public RecurringJobManager(
	[NotNullAttribute] JobStorage storage,
	[NotNullAttribute] IBackgroundJobFactory factory
)

Parameters

storage
Type: HangfireJobStorage

[Missing <param name="storage"/> documentation for "M:Hangfire.RecurringJobManager.#ctor(Hangfire.JobStorage,Hangfire.Client.IBackgroundJobFactory)"]

factory
Type: Hangfire.ClientIBackgroundJobFactory

[Missing <param name="factory"/> documentation for "M:Hangfire.RecurringJobManager.#ctor(Hangfire.JobStorage,Hangfire.Client.IBackgroundJobFactory)"]

See Also