I have an NCron service that is running on a set interval. I want to pass a variable to the job, but I haven't been able to figure out how. I also didn't see any information in the NCon Wiki. Is it possible to pass any arguments to the NCron service?
If your not familiar with NCron or need more information: http://code.google.com/p/ncron/
service.At(setting.Interval).Run(setting.ClassInfo);