| IBackgroundJobFactory Interface |
This interface acts as extensibility point for the process
of job creation. See the default implementation in the
BackgroundJobFactory class.
Namespace: Hangfire.ClientAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public interface IBackgroundJobFactory
Public Interface IBackgroundJobFactory
The IBackgroundJobFactory type exposes the following members.
Methods
| Name | Description |
---|
| Create |
Runs the process of job creation with the specified context.
|
TopSee Also