Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1 KB

README.md

File metadata and controls

36 lines (29 loc) · 1 KB

Logo

Elect.Job.Hangfire

Author Top Nguyen

Overview

  • Easy way to add, config and secure Hangfire.

Installation

  • Package Manager
    PM> Install-Package Elect.Job.Hangfire
    
  • .NET CLI
    dotnet add package Elect.Job.Hangfire
    

See more information in Nuget.

Usage

  • Add Service

    services.AddElectHangfire();
  • Advance Configuration

    • If you want to add more config for IGlobalConfiguration after Elect.Web.Swagger config it. Just add your config in ExtendOptions Property of ExtendOptions.
  • Use Middleware

    app.UseElectHangfire();

License

Elect.Job.Hangfire is licensed under the MIT License.