IntroductionThis is a base library for multi thread windows services. It manages starting and stopping services and defines base structure. Library Description InterfacesThere are three interfaces in library. “IConfigurable” defines the interface for the classes which can be configured.“IRunnable” defines the interface for classes that have a determined lifetime for execution.“IService” defines the interface for service classes. Read more: Codeproject
0 comments:
Post a Comment