Click or drag to resize
CreateContext Class
Provides information about the context in which the job is created.
Inheritance Hierarchy

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

The CreateContext type exposes the following members.

Constructors
  NameDescription
Public methodCreateContext
Initializes a new instance of the CreateContext class
Top
Properties
  NameDescription
Public propertyConnection
Public propertyInitialState
Gets the initial state of the creating job. Note, that the final state of the created job could be changed after the registered instances of the IElectStateFilter class are doing their job.
Public propertyItems
Gets an instance of the key-value storage. You can use it to pass additional information between different client filters or just between different methods.
Public propertyJob
Public propertyParameters
Public propertyStorage
Top
See Also