开发者

the questions about quartz.net ' trigger

i know ,in quartz.net ,change a old trigger like below,

scheduler.RescheduleJob(oldname,oldgroup,newtrigger);

it need have not the same name with old trigger name,

but i need to change trigger with the same trigger name,is there开发者_如何转开发 anyway to solve?


You can also delete the trigger using scheduler.UnscheduleJob(triggerName, groupName)and then schedule the job again.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜