Thursday, June 03, 2010

Base Library for Multi Thread Windows Services By Efe Erdogru

Introduction

This is a base library for multi thread windows services. It manages starting and stopping services and defines base structure.  

Library Description  

Interfaces

There 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

Posted via email from jasper22's posterous