I currently have a winforms app running the quartz .net engine and I have a self Hosted HTTP engine inside the APP.
I got my windows service example from here: http://www.codeproject.com/Articles/14353/Creating-a-Basic-Windows-Service-in-C
My quartz is loosely based on examples here: http://quartznet.sourceforge.net/tutorial/index.html
How would i have the Hosted Quartz, Windows Service, Winforms Element and Self Hosted HTTP run together but independently. I.e. I will I need to access things on different threads.
I.e. I want to call quartz to get list of current jobs from my form, windows service and web host.
I had a go at this last night and I achieved this in the following way: