A simple queue method (with System.Threading and Microsoft.Extensions.Hosting) that can handle 1 - 100 queues.
Info
Version: | 1.0.3 |
Author(s): | Femhabb |
Last Update: | Monday, September 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SimpleQueueExtension |
Install
Install-Package SimpleQueueExtension
dotnet add package SimpleQueueExtension
paket add SimpleQueueExtension
SimpleQueueExtension Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Hosting(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)