Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 877 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 877 Bytes

Hangfire.LightInject

Lightinject integration for Hangfire. Provides an implementation of the JobActivator class and registration extensions, allowing you to use LightInject container to resolve job type instances as well as control the lifetime of the all related dependencies.

Status: Build status

NUGET: install-package Hangfire.LightInject

http://hangfire.io

For detailed information and other hangfire IOC job activators: http://hangfire.io/extensions.html

http://www.lightinject.net/

http://github.com/sbosell/hangfire.lightinject

You can enable it via the extension:

 var container= new ServiceContainer();
 // registrations
 GlobalConfiguration.Configuration.UseLightInjectActivator(container);