JobFilterCollection Class |
Namespace: Hangfire.Common
The JobFilterCollection type exposes the following members.
Name | Description | |
---|---|---|
JobFilterCollection | Initializes a new instance of the JobFilterCollection class |
Name | Description | |
---|---|---|
Add(Object) |
Adds the specified filter to the global filter collection.
| |
Add(Object, Int32) |
Adds the specified filter to the global filter collection
using the specified filter run order.
| |
Clear |
Removes all filters from the global filter collection.
| |
Contains |
Determines wheither a filter is in the global filter collection.
| |
GetEnumerator | ||
Remove |
Removes all filters that match the specified filter.
|