Hangfire.Common Namespace |
Class | Description | |
---|---|---|
Job |
Represents an action that can be marshalled to another process to
be performed.
| |
JobFilter |
Represents a metadata class that contains a reference to the
implementation of one or more of the filter interfaces, the filter's
order, and the filter's scope.
| |
JobFilterAttribute |
Represents the base class for job filter attributes.
| |
JobFilterAttributeFilterProvider |
Defines a filter provider for filter attributes.
| |
JobFilterCollection |
Represents a class that contains the job filters.
| |
JobFilterProviderCollection |
Represents the collection of filter providers for the application.
| |
JobFilterProviders |
Provides a registration point for filters.
| |
JobHelper | ||
JobLoadException |
The exception that is thrown when a job could not
be loaded from the storage due to missing or incorrect
information about its type or method.
|
Interface | Description | |
---|---|---|
IJobFilter |
Defines members that specify the order of filters and
whether multiple filters are allowed.
| |
IJobFilterProvider |
Provides an interface for finding filters.
|
Enumeration | Description | |
---|---|---|
JobFilterScope |
Defines values that specify the order in which Hangfire filters
run within the same filter type and filter order.
|