Click or drag to resize
JobStorageTransactionSetJobState Method

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

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

Parameters

jobId
Type: SystemString

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

state
Type: Hangfire.StatesIState

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

Implements

IWriteOnlyTransactionSetJobState(String, IState)
See Also