Click or drag to resize
IJobFilterProviderGetFilters Method
Returns an enumerator that contains all the IJobFilterProvider.

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

Parameters

job
Type: Hangfire.CommonJob

[Missing <param name="job"/> documentation for "M:Hangfire.Common.IJobFilterProvider.GetFilters(Hangfire.Common.Job)"]

Return Value

Type: IEnumerableJobFilter
The enumerator that contains all the IJobFilterProvider.
See Also