Skip to content

swvincent/TopshelfVbExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topshelf example for Visual Basic.NET

Topshelf is a framework for .NET that makes creating Windows services incredibly easy. The official documentation includes an example that illustrates how it works using C#, but I needed to use it in Visual Basic.NET. I created this example for anybody else who may need to do the same.

The biggest difference from the original example (besides using VB) is that I implemented the Topshelf.ServiceControl interface in the TownCrier class which results in cleaner code (IMHO).

Credit goes to Cole Francis for his excellent C# example which illustrates using the ServiceControl interface.

About

Topshelf service framework example for VB.Net

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published