Click or drag to resize
StateMachine Constructor
Initializes a new instance of the StateMachine class

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public StateMachine(
	[NotNullAttribute] IJobFilterProvider filterProvider
)

Parameters

filterProvider
Type: Hangfire.CommonIJobFilterProvider

[Missing <param name="filterProvider"/> documentation for "M:Hangfire.States.StateMachine.#ctor(Hangfire.Common.IJobFilterProvider)"]

See Also