Click or drag to resize
JobStorageTransactionAddJobState Method

[Missing <summary> documentation for "M:Hangfire.Storage.JobStorageTransaction.AddJobState(System.String,Hangfire.States.IState)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public abstract void AddJobState(
	string jobId,
	IState state
)

Parameters

jobId
Type: SystemString

[Missing <param name="jobId"/> documentation for "M:Hangfire.Storage.JobStorageTransaction.AddJobState(System.String,Hangfire.States.IState)"]

state
Type: Hangfire.StatesIState

[Missing <param name="state"/> documentation for "M:Hangfire.Storage.JobStorageTransaction.AddJobState(System.String,Hangfire.States.IState)"]

Implements

IWriteOnlyTransactionAddJobState(String, IState)
See Also