Click or drag to resize
ContinuationsSupportAttribute Constructor (HashSetString, IBackgroundJobStateChanger)
Initializes a new instance of the ContinuationsSupportAttribute class

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public ContinuationsSupportAttribute(
	[NotNullAttribute] HashSet<string> knownFinalStates,
	[NotNullAttribute] IBackgroundJobStateChanger stateChanger
)

Parameters

knownFinalStates
Type: System.Collections.GenericHashSetString

[Missing <param name="knownFinalStates"/> documentation for "M:Hangfire.ContinuationsSupportAttribute.#ctor(System.Collections.Generic.HashSet{System.String},Hangfire.States.IBackgroundJobStateChanger)"]

stateChanger
Type: Hangfire.StatesIBackgroundJobStateChanger

[Missing <param name="stateChanger"/> documentation for "M:Hangfire.ContinuationsSupportAttribute.#ctor(System.Collections.Generic.HashSet{System.String},Hangfire.States.IBackgroundJobStateChanger)"]

See Also