Click or drag to resize
BackgroundJobPerformer Class

[Missing <summary> documentation for "T:Hangfire.Server.BackgroundJobPerformer"]

Inheritance Hierarchy
SystemObject
  Hangfire.ServerBackgroundJobPerformer

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class BackgroundJobPerformer : IBackgroundJobPerformer

The BackgroundJobPerformer type exposes the following members.

Constructors
  NameDescription
Public methodBackgroundJobPerformer
Initializes a new instance of the BackgroundJobPerformer class
Public methodBackgroundJobPerformer(IJobFilterProvider)
Initializes a new instance of the BackgroundJobPerformer class
Public methodBackgroundJobPerformer(IJobFilterProvider, JobActivator)
Initializes a new instance of the BackgroundJobPerformer class
Top
Methods
  NameDescription
Public methodPerform
Top
See Also