I have created a timer job in VS and want to instantiate a number of times so I can have differing schedules. How can I do this pls.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Build your timer job solution and look for ".wsp" file being generated. Now deploy the ".wsp" file usually u do for every SP 2010 solution using Add-SPSolution and Install-SPSolution command. If your solution is intended for MOSS 2007, use Now to schedule your timer job, go to Central Admin 2010 -> Monitoring -> Timer Jobs -> Review Job Definitions, now find your file and click on it. This will open Edit Timer Job window where you can schedule your timer job. Check out this it may help you: http://dotnetfinder.wordpress.com/2010/07/24/creatingcustomsharepointtimerjob2010/ http://code.msdn.microsoft.com/sharepoint/SharePoint-2010-Custom 416cd3a1/view/SourceCode#content Hope this helps. Thanks & Best Regards, Zakir Chougle |
||||
|