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

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public BackgroundJobPerformer(
	[NotNullAttribute] IJobFilterProvider filterProvider,
	[NotNullAttribute] JobActivator activator
)

Parameters

filterProvider
Type: Hangfire.CommonIJobFilterProvider

[Missing <param name="filterProvider"/> documentation for "M:Hangfire.Server.BackgroundJobPerformer.#ctor(Hangfire.Common.IJobFilterProvider,Hangfire.JobActivator)"]

activator
Type: HangfireJobActivator

[Missing <param name="activator"/> documentation for "M:Hangfire.Server.BackgroundJobPerformer.#ctor(Hangfire.Common.IJobFilterProvider,Hangfire.JobActivator)"]

See Also