Click or drag to resize
JobActivatorScope Class

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

Inheritance Hierarchy
SystemObject
  HangfireJobActivatorScope

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public abstract class JobActivatorScope : IDisposable

The JobActivatorScope type exposes the following members.

Constructors
  NameDescription
Protected methodJobActivatorScope
Initializes a new instance of the JobActivatorScope class
Top
Properties
  NameDescription
Public propertyStatic memberCurrent
Public propertyInnerScope
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the JobActivatorScope
Public methodDisposeScope
Public methodResolve
Top
See Also