Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Si Carter edited this page Aug 6, 2018 · 2 revisions

Welcome to the ServiceManager wiki!

ServiceManager is a windows service executable which can load multiple service's, each service is a class library plugin which inherits from IserverManagerService. Each class library can contain multiple IServerManagerService classes.

Advantages:

  • Each IServerManagerService descendant runs within it's own thread.
  • Development time is drastically reduced.
  • Built in TCP/IP communications.
  • Built in service client application which can connect to multiple Service Manager instances simultaneously.
  • Run as a standard windows application, if required.
  • Debugging parameters allow for easy testing of new plugin's.
Clone this wiki locally