Click or drag to resize
IStateMachine Interface
Provides a mechanism for running state election and state applying processes.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public interface IStateMachine

The IStateMachine type exposes the following members.

Methods
  NameDescription
Public methodApplyState
Performs the state applying process, where a current background job will be moved to the elected state.
Top
See Also