| AutomaticRetryAttributeOnStateApplied Method |
Called after the specified state was applied
to the job within the given transaction.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public void OnStateApplied(
ApplyStateContext context,
IWriteOnlyTransaction transaction
)
Public Sub OnStateApplied (
context As ApplyStateContext,
transaction As IWriteOnlyTransaction
)
Parameters
- context
- Type: Hangfire.StatesApplyStateContext
[Missing <param name="context"/> documentation for "M:Hangfire.AutomaticRetryAttribute.OnStateApplied(Hangfire.States.ApplyStateContext,Hangfire.Storage.IWriteOnlyTransaction)"]
- transaction
- Type: Hangfire.StorageIWriteOnlyTransaction
[Missing <param name="transaction"/> documentation for "M:Hangfire.AutomaticRetryAttribute.OnStateApplied(Hangfire.States.ApplyStateContext,Hangfire.Storage.IWriteOnlyTransaction)"]
Implements
IApplyStateFilterOnStateApplied(ApplyStateContext, IWriteOnlyTransaction)See Also