Click or drag to resize
StateHandlerCollectionAddHandler Method

[Missing <summary> documentation for "M:Hangfire.States.StateHandlerCollection.AddHandler(Hangfire.States.IStateHandler)"]

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public void AddHandler(
	IStateHandler handler
)

Parameters

handler
Type: Hangfire.StatesIStateHandler

[Missing <param name="handler"/> documentation for "M:Hangfire.States.StateHandlerCollection.AddHandler(Hangfire.States.IStateHandler)"]

See Also