Click or drag to resize
Hangfire.Client Namespace
The Hangfire.Client namespace contains types that allow you to customize the background job creation pipeline using the IClientFilter, or define your own creation process by implementing the IBackgroundJobFactory interface.
Classes
  ClassDescription
Public classBackgroundJobFactory
Public classClientExceptionContext
Provides the context for the OnClientException(ClientExceptionContext) method of the IClientExceptionFilter interface.
Public classCreateContext
Provides information about the context in which the job is created.
Public classCreatedContext
Provides the context for the OnCreated(CreatedContext) method of the IClientFilter interface.
Public classCreateJobFailedException Obsolete.
The exception that is thrown when a BackgroundJobClient class instance could not create a job due to another exception was thrown.
Public classCreatingContext
Provides the context for the OnCreating(CreatingContext) method of the IClientFilter interface.
Interfaces
  InterfaceDescription
Public interfaceIBackgroundJobFactory
This interface acts as extensibility point for the process of job creation. See the default implementation in the BackgroundJobFactory class.
Public interfaceIClientExceptionFilter
Defines methods that are required for the client exception filter.
Public interfaceIClientFilter
Defines methods that are required for a client filter.