| IStateHandlerUnapply Method |
Performs additional actions when unapplying a state whose name
is equal to the
StateName property.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax void Unapply(
ApplyStateContext context,
IWriteOnlyTransaction transaction
)
Sub Unapply (
context As ApplyStateContext,
transaction As IWriteOnlyTransaction
)
Parameters
- context
- Type: Hangfire.StatesApplyStateContext
The context of a state applying process. - transaction
- Type: Hangfire.StorageIWriteOnlyTransaction
The current transaction of a state applying process.
See Also