在 C# VIsual Studio 中导入 Quartz DLL

发布于 2024-08-17 19:47:02 字数 146 浏览 5 评论 0原文

我需要 Quartz DLL ,我已经下载了所有源代码和所有内容,还有 Quartz.dll 和 Common.Logging.dll 文件,但我不知道如何在我自己的应用程序中使用它们。

有人能告诉我该怎么做吗,只是这一步阻止了我做这一切。

谢谢

I'm in need for the Quartz DLL , I've downloaded all the source and everything and there is the Quartz.dll and Common.Logging.dll files, but I don't know how to use them in my own applications.

Can someone tell me how to do this, it's just this one step that's stopping me from doing it all.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

话少情深 2024-08-24 19:47:02

Sandeep,

不介意与您讨论这个问题,但需要知道您尝试使用 Quartz 库的应用程序是什么。不幸的是,Quartz 库文档并不完全是它应有的样子,我自己花了几天时间才吸收该产品。

使用它的乐趣如下:

  1. 创建 SchedulerFactory
  2. 创建 Scheduler
  3. 创建 JobDetail
  4. 创建触发器
  5. 安排作业(使用详细信息和触发器)

从那里开始,其他所有内容都在您正在尝试的任务的详细信息中来完成。如果没有该信息,无法提供更多细节。希望 30 秒的课程能让您上路。

Sandeep,

Don't mind discussing this with you, but would need to know what the application is that you are trying to use the Quartz library for. Unfortunately, the Quartz library documentation isn't quite what it should be, and it took several days for me to absorb the product myself.

The jest of using it is something like the following:

  1. Create a SchedulerFactory
  2. Create a Scheduler
  3. Create a JobDetail
  4. Create a Trigger
  5. schedule the job (with the detail and the trigger)

From there, everything else is all in the details on the task you are trying to accomplish. Can't give any more specifics without that info. Hope that 30 second lesson gets you on your way.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文