publicstaticvoidMain(string[] args){// XmlConfigurator.Configure();varproperties =newNameValueCollection(); properties["quartz.scheduler.instanceName"] ="ServerScheduler";// set thread pool infoproperties["quartz.threadPool.threadCount"] ="0";// set remoting expoterproperties["quartz.scheduler.proxy"...