Click or drag to resize
IStateMachineApplyState Method
Performs the state applying process, where a current background job will be moved to the elected state.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
IState ApplyState(
	ApplyStateContext context
)

Parameters

context
Type: Hangfire.StatesApplyStateContext
The context of a state applying process.

Return Value

Type: IState
See Also