| IStateMachineApplyState Method |
Performs the state applying process, where a current background job
will be moved to the elected state.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax IState ApplyState(
ApplyStateContext context
)
Function ApplyState (
context As ApplyStateContext
) As IState
Parameters
- context
- Type: Hangfire.StatesApplyStateContext
The context of a state applying process.
Return Value
Type:
IStateSee Also