Click or drag to resize
RecurringJobManager Constructor (JobStorage)
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
)

Parameters

storage
Type: HangfireJobStorage

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

See Also