Info
Version: | 3.0.3 |
Author(s): | Anders Busted-Janum |
Last Update: | Thursday, August 1, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/GrumpyBusted/Grumpy.ServiceBase |
NuGet Url: | https://www.nuget.org/packages/Grumpy.ServiceBase |
Install
Install-Package Grumpy.ServiceBase
dotnet add package Grumpy.ServiceBase
paket add Grumpy.ServiceBase
Grumpy.ServiceBase Download (Unzip the "nupkg" after downloading)
Dependencies
- Grumpy.Common(>= 3.0.18)
- Grumpy.Logging(>= 3.0.3)
- Topshelf(>= 4.2.1)
Tags
Base class for building Windows Services, using Topshelf as a Service Host. This base class simplify building cancelable windows services.