Hangfire Namespace |
Class | Description | |
---|---|---|
AppBuilderExtensions |
Provides extension methods for the IAppBuilder interface
defined in the Owin
NuGet package to simplify the integration with OWIN applications.
| |
AutomaticRetryAttribute |
Represents a job filter that performs automatic retries for
background jobs whose processing was failed due to an exception, with
a limited number of attempts.
| |
BackgroundJob |
Provides static methods for creating fire-and-forget, delayed
jobs and continuations as well as re-queue and delete existing
background jobs.
| |
BackgroundJobClient |
Provides methods for creating all the types of background jobs and
changing their states. Represents a default implementation of the
IBackgroundJobClient interface.
| |
BackgroundJobClientException |
The exception that is thrown when an instance of the class that
implements the IBackgroundJobClient interface is unable
to perform an operation due to an error.
| |
BackgroundJobClientExtensions |
Provides extension methods for the IBackgroundJobClient
interface to simplify the creation of fire-and-forget jobs, delayed
jobs, continuations and other background jobs in well-known states.
Also allows to re-queue and delete existing background jobs.
| |
BackgroundJobServer | ||
BackgroundJobServerOptions | ||
CaptureCultureAttribute | ||
ContinuationsSupportAttribute | ||
Cron |
Helper class that provides common values for the cron expressions.
| |
DashboardOptions | ||
DisableConcurrentExecutionAttribute | ||
GlobalConfiguration | ||
GlobalConfigurationExtensions | ||
GlobalJobFilters |
Represents the global filter collection.
| |
GlobalStateHandlers | ||
JobActivator | ||
JobActivatorScope | ||
JobCancellationToken | ||
JobStorage | ||
QueueAttribute |
Represents attribute, that is used to determine queue name
for background jobs. It can be applied to the methods and classes.
If the attribute is not applied neither to the method, nor the class,
then default queue will be used.
| |
RecurringJob | ||
RecurringJobManager |
Represents a recurring job manager that allows to create, update
or delete recurring jobs.
| |
StatisticsHistoryAttribute |
Interface | Description | |
---|---|---|
IBackgroundJobClient |
Provides methods for creating all the types of background jobs and
changing their states.
| |
IGlobalConfiguration | ||
IGlobalConfigurationT | ||
IJobCancellationToken |
Enumeration | Description | |
---|---|---|
AttemptsExceededAction |
Specifies a candidate state for a background job that will be chosen
by the AutomaticRetryAttribute filter after exceeding
the number of retry attempts.
| |
JobContinuationOptions |