Click or drag to resize
CreateContext Constructor
Initializes a new instance of the CreateContext class

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public CreateContext(
	[NotNullAttribute] JobStorage storage,
	[NotNullAttribute] IStorageConnection connection,
	[NotNullAttribute] Job job,
	[CanBeNullAttribute] IState initialState
)

Parameters

storage
Type: HangfireJobStorage

[Missing <param name="storage"/> documentation for "M:Hangfire.Client.CreateContext.#ctor(Hangfire.JobStorage,Hangfire.Storage.IStorageConnection,Hangfire.Common.Job,Hangfire.States.IState)"]

connection
Type: Hangfire.StorageIStorageConnection

[Missing <param name="connection"/> documentation for "M:Hangfire.Client.CreateContext.#ctor(Hangfire.JobStorage,Hangfire.Storage.IStorageConnection,Hangfire.Common.Job,Hangfire.States.IState)"]

job
Type: Hangfire.CommonJob

[Missing <param name="job"/> documentation for "M:Hangfire.Client.CreateContext.#ctor(Hangfire.JobStorage,Hangfire.Storage.IStorageConnection,Hangfire.Common.Job,Hangfire.States.IState)"]

initialState
Type: Hangfire.StatesIState

[Missing <param name="initialState"/> documentation for "M:Hangfire.Client.CreateContext.#ctor(Hangfire.JobStorage,Hangfire.Storage.IStorageConnection,Hangfire.Common.Job,Hangfire.States.IState)"]

See Also