Valid 70-488 Dumps shared by ExamDiscuss.com for Helping Passing 70-488 Exam! ExamDiscuss.com now offer the newest 70-488 exam dumps, the ExamDiscuss.com 70-488 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-488 dumps with Test Engine here:
A company uses SharePoint team sites for their projects, which last for a month. At the end of every month the project site must be archived and moved to a backup web application. The company plans to create a timer job. You need to write custom code that will move the site from the production web application to the archived web application. Which method of the timer job should you override?
Correct Answer: B
Explanation/Reference: Explanation: Execute Executes the job definition on the local machine and is intended to be used only by the timer service. Note: After you create the constructors, you must override the Execute method of the SPJobDefinition class and replace the code in that method with the code that your job requires. Incorrect: A: RunNow Schedules the job for immediate execution. C: SPJobDefinition.Update method Causes the job definition to save its state and propagate changes to all machines in the farm. D: Provision Makes the changes to the local server that are needed before the object can be used. References: https://msdn.microsoft.com/en-us/library/ microsoft.sharepoint.administration.spjobdefinition.execute(v=office.15).aspx