Click or drag to resize
IApplyStateFilter Interface
Provides methods that are required for a state changed filter.

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

The IApplyStateFilter type exposes the following members.

Methods
  NameDescription
Public methodOnStateApplied
Called after the specified state was applied to the job within the given transaction.
Public methodOnStateUnapplied
Called when the state with specified state was unapplied from the job within the given transaction.
Top
See Also