Click or drag to resize
JobFilterProviderCollectionGetFilters Method
Returns the collection of filter providers.

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public IEnumerable<JobFilter> GetFilters(
	Job job
)

Parameters

job
Type: Hangfire.CommonJob
Job, can be null.

Return Value

Type: IEnumerableJobFilter
The collection of filter providers.

Implements

IJobFilterProviderGetFilters(Job)
See Also