Hangfire.Client Namespace |
Class | Description | |
---|---|---|
BackgroundJobFactory | ||
ClientExceptionContext |
Provides the context for the OnClientException(ClientExceptionContext)
method of the IClientExceptionFilter interface.
| |
CreateContext |
Provides information about the context in which the job is created.
| |
CreatedContext |
Provides the context for the OnCreated(CreatedContext)
method of the IClientFilter interface.
| |
CreateJobFailedException | Obsolete.
The exception that is thrown when a BackgroundJobClient class instance
could not create a job due to another exception was thrown.
| |
CreatingContext |
Provides the context for the OnCreating(CreatingContext)
method of the IClientFilter interface.
|
Interface | Description | |
---|---|---|
IBackgroundJobFactory |
This interface acts as extensibility point for the process
of job creation. See the default implementation in the
BackgroundJobFactory class.
| |
IClientExceptionFilter |
Defines methods that are required for the client exception filter.
| |
IClientFilter |
Defines methods that are required for a client filter.
|