Click or drag to resize
BackgroundJobFactory Class

[Missing <summary> documentation for "T:Hangfire.Client.BackgroundJobFactory"]

Inheritance Hierarchy
SystemObject
  Hangfire.ClientBackgroundJobFactory

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

The BackgroundJobFactory type exposes the following members.

Constructors
  NameDescription
Public methodBackgroundJobFactory
Initializes a new instance of the BackgroundJobFactory class
Public methodBackgroundJobFactory(IJobFilterProvider)
Initializes a new instance of the BackgroundJobFactory class
Top
Methods
  NameDescription
Public methodCreate
Top
See Also