石英网络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
1