Click or drag to resize
QueueAttributeOnStateElection Method

[Missing <summary> documentation for "M:Hangfire.QueueAttribute.OnStateElection(Hangfire.States.ElectStateContext)"]

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public void OnStateElection(
	ElectStateContext context
)

Parameters

context
Type: Hangfire.StatesElectStateContext

[Missing <param name="context"/> documentation for "M:Hangfire.QueueAttribute.OnStateElection(Hangfire.States.ElectStateContext)"]

Implements

IElectStateFilterOnStateElection(ElectStateContext)
See Also