Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 562 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 562 Bytes

MediatR.BackgroundService

This is a library built on top of the MediatR to implement the mediator pattern in background services. The background implementation used is the Queue Background Task described on the Microsoft Blog.

Usage

The usage of this library is described in this blog.