Click or drag to resize
AutomaticRetryAttributeOnStateUnapplied Method
Called when the state with specified state was unapplied from the job within the given transaction.

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public void OnStateUnapplied(
	ApplyStateContext context,
	IWriteOnlyTransaction transaction
)

Parameters

context
Type: Hangfire.StatesApplyStateContext

[Missing <param name="context"/> documentation for "M:Hangfire.AutomaticRetryAttribute.OnStateUnapplied(Hangfire.States.ApplyStateContext,Hangfire.Storage.IWriteOnlyTransaction)"]

transaction
Type: Hangfire.StorageIWriteOnlyTransaction

[Missing <param name="transaction"/> documentation for "M:Hangfire.AutomaticRetryAttribute.OnStateUnapplied(Hangfire.States.ApplyStateContext,Hangfire.Storage.IWriteOnlyTransaction)"]

Implements

IApplyStateFilterOnStateUnapplied(ApplyStateContext, IWriteOnlyTransaction)
See Also