Abp.HangFire Used to configure ABP Hangfire module. Configures to use Hangfire for background job management. Used to configure Hangfire. Gets or sets the Hanfgire's object. Important: This is null in . You can create and set it to customize it's creation. If you don't set it, it's automatically set in by Abp.HangFire module with it's default constructor if background job execution is enabled (see ). So, if you create it yourself, it's your responsibility to check if background job execution is enabled (see ). A reference to Hangfire's global configuration.