Click or drag to resize
IJobFilter Interface
Defines members that specify the order of filters and whether multiple filters are allowed.

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public interface IJobFilter

The IJobFilter type exposes the following members.

Properties
  NameDescription
Public propertyAllowMultiple
When implemented in a class, gets or sets a value that indicates whether multiple filters are allowed.
Public propertyOrder
When implemented in a class, gets the filter order.
Top
See Also