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
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