This is a mirror of official site: http://jasper-net.blogspot.com/

Base Library for Multi Thread Windows Services By Efe Erdogru

| Thursday, June 3, 2010
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

0 comments: