Click or drag to resize
IBackgroundJobFactory Interface
This interface acts as extensibility point for the process of job creation. See the default implementation in the BackgroundJobFactory class.

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public interface IBackgroundJobFactory

The IBackgroundJobFactory type exposes the following members.

Methods
  NameDescription
Public methodCreate
Runs the process of job creation with the specified context.
Top
See Also