Click or drag to resize
BackgroundJobFactory Constructor (IJobFilterProvider)
Initializes a new instance of the BackgroundJobFactory class

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public BackgroundJobFactory(
	[NotNullAttribute] IJobFilterProvider filterProvider
)

Parameters

filterProvider
Type: Hangfire.CommonIJobFilterProvider

[Missing <param name="filterProvider"/> documentation for "M:Hangfire.Client.BackgroundJobFactory.#ctor(Hangfire.Common.IJobFilterProvider)"]

See Also