上传者: 42118011 
                                    |
                                    上传时间: 2021-12-21 09:22:23
                                    |
                                    文件大小: 3.67MB
                                    |
                                    文件类型: -
                                
                            
                                
                            
                                石英网络API
 使用 OWIN 和 Web API for Quartz.NET 的可插拔管理 API
用法
 QuartzAPI . Configure ( builder =>
           {
               builder . UseScheduler ( container . GetInstance ()); // This is the scheduler you are using, in this case I'm pulling out the scheduler from my structuremap container
               builder . EnableCors ();
           });
QuartzAPI . Start ( " http://localhost:9001