Developing CustomTimerJobs
A custom timer job within SharePoint enables you to add a scheduled task to a SharePoint application. This blog post describes how to create and deploy Custom Timer Jobs. Creating Custom Timer Jobs Create a Custom Timer Job in SharePoint is very simple, you can declare a class which inherits from SPJobDefinition and overrides the […]