Click or drag to resize
BackgroundJobStateChangerChangeState Method

[Missing <summary> documentation for "M:Hangfire.States.BackgroundJobStateChanger.ChangeState(Hangfire.States.StateChangeContext)"]

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public IState ChangeState(
	StateChangeContext context
)

Parameters

context
Type: Hangfire.StatesStateChangeContext

[Missing <param name="context"/> documentation for "M:Hangfire.States.BackgroundJobStateChanger.ChangeState(Hangfire.States.StateChangeContext)"]

Return Value

Type: IState

Implements

IBackgroundJobStateChangerChangeState(StateChangeContext)
See Also