Click or drag to resize
JobFilterProviderCollection Class
Represents the collection of filter providers for the application.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionIJobFilterProvider
    Hangfire.CommonJobFilterProviderCollection

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class JobFilterProviderCollection : Collection<IJobFilterProvider>, 
	IJobFilterProvider

The JobFilterProviderCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetFilters
Returns the collection of filter providers.
Top
See Also