Where is my Sharepoint 2010 Custom Timer Job running?

Posted by spano on ASP.net Weblogs See other posts from ASP.net Weblogs or by spano
Published on Sun, 10 Jun 2012 02:51:27 GMT Indexed on 2012/06/10 4:41 UTC
Read the original article Hit count: 162

Filed under:
When building a custom timer job for Sharepoint 2010, special attention should be put on where do we need this job to run. When we have a farm environment, we can choose to run the job on all servers, in one particular server, only the front end servers, etc. Depending on our requirements the timer job implementation and installation approach will change, so we should decide where we want it to run at the first place. All Sharepoint timer jobs ultimately inherit from the SPJobDefinition class. This...(read more)

© ASP.net Weblogs or respective owner

Related posts about sharepoint