Click or drag to resize
IJobFilterProvider Interface
Provides an interface for finding filters.

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

The IJobFilterProvider type exposes the following members.

Methods
  NameDescription
Public methodGetFilters
Returns an enumerator that contains all the IJobFilterProvider.
Top
See Also