looking for service management wrapper

  • Thread starter Thread starter M R
  • Start date Start date
M

M R

I need to write a service that can be kicked off by one of two events
1) by request from some other process (client, web, etc)
2) timer.

usually the runs need to be sequential and not simultaneous so events will
need to be queued and run by priority.

I suppose that what this means is that i need to wrap my service in a class
that can receive the two event types, manage the queue and then invoke the
service using whatever parameters are passed or pre-set.

does anyone know of something like this that has been written and is
available for use?
thanks
m
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top