Click or drag to resize
ApplyStateContext Class

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

Inheritance Hierarchy
SystemObject
  StateContext
    Hangfire.StatesApplyStateContext

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class ApplyStateContext : StateContext

The ApplyStateContext type exposes the following members.

Constructors
  NameDescription
Public methodApplyStateContext
Initializes a new instance of the ApplyStateContext class
Top
Properties
  NameDescription
Public propertyBackgroundJob (Overrides StateContext.BackgroundJob.)
Public propertyConnection
Public propertyJobExpirationTimeout
Public propertyNewState
Public propertyOldStateName
Public propertyStorage
Public propertyTransaction
Top
See Also