Click or drag to resize
JobActivator Class

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

Inheritance Hierarchy
SystemObject
  HangfireJobActivator

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class JobActivator

The JobActivator type exposes the following members.

Constructors
  NameDescription
Public methodJobActivator
Initializes a new instance of the JobActivator class
Top
Properties
  NameDescription
Public propertyStatic memberCurrent
Gets or sets the current JobActivator instance that will be used to activate jobs during performance.
Top
Methods
  NameDescription
Public methodActivateJob
Public methodBeginScope
Top
See Also