Skip to content

Repository files navigation

Build statuscodecovnugetdownloads

Grumpy.ServiceBase

Base class for building Windows Services, using Topshelf as a Service Host. This base class simplify building cancelable windows services.

publicstaticclassProgram{privatestaticvoidMain(){// One line main procedureTopshelfUtility.Run<MyService>();}}// Sample ServicepublicclassMyService:TopshelfServiceBase{protectedoverridevoidProcess(CancellationTokencancellationToken){// Start your service}}

About

Windows Service Base using Topshelf as a ServiceRunner

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages