An IHostedService abstraction which manages a dynamically scaleable pool of IHostedService instances.
Info
Version: | 0.9.2 |
Author(s): | Dan Zumwalt |
Last Update: | Wednesday, April 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zumwald/ScaleableHostedService |
NuGet Url: | https://www.nuget.org/packages/ScaleableHostedService |
Install
Install-Package ScaleableHostedService
dotnet add package ScaleableHostedService
paket add ScaleableHostedService
ScaleableHostedService Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- Microsoft.Extensions.Hosting(>= 2.1.1)
Tags