Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

when downloading Quartz.NET it contains a server component with a console application.

The website, faq and API documentation doesn't mention anything about it.

Would anybody know more about it or know where I can find more documentation on it?

Thanks, Patrick

share|improve this question

1 Answer

up vote 1 down vote accepted

Well you can join Quartz.NET Google group and ask questions or read archives. I'm successfully using quartz server-client with remote scheduling from client, all that I needed I learned from downloaded code samples.

share|improve this answer
Where do i find the code samples please as they aren't included in the default download? Thanks, Patrick – Patrick Jun 17 '09 at 1:22
In downloaded Quartz.NET-1.0.1.zip file please open Quartz.2008.sln and take a look at Quartz.Examples.2008 project, there you will find example12 folder with simple client and server implementation. – Gordon Freeman Jun 17 '09 at 9:58
thanks not I see the light :) – Patrick Jun 18 '09 at 17:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.