| IStateHandlerApply Method |
Performs additional actions when applying 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 Apply(
ApplyStateContext context,
IWriteOnlyTransaction transaction
)
Sub Apply (
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