Service & Scheduler: Using Topshelf, Quartz, & Other OSS Bits Part 2 «(compositecode.com)

submitted by adronadron(835) 9 months, 18 days ago

In the previous entry in this series I setup a service using TopShelf. Now it is time to jump into scheduling with Quartz. I’ve started an entirely new service to work through an example of this service functionality. To read more about Quartz.NET from the source, check out the Quartz.NET Project Site or the Github Repo. Open up Visual Studio and create another Windows Console Project. Next add a reference to Quartz.NET with Nuget. Adding Quartz. Next add a class called SomeJob as shown. using System...

1 comment |category: |Views: 50

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dpetersondpeterson(4393) 9 months, 17 days ago 0

So from the example in the article, it looks like you've created a job that executes every 5 seconds correct?
How does this work from a threading standpoint? Is the job execution blocking? Are there completion callbacks available?

Reply

information Login or create an account to comment on this story