70-573 · Question #246
You need to schedule a timer job to run every two hours. Which schedule should you use?
The correct answer is C. SPMinuteSchedule. MNEMONIC RULE: "SPMinuteSchedule" SPMinuteSchedule object has Interval property that allows set the interval of the schedule to 120 minutes (2hours). SPHourlySchedule object does not have Interval property, so it can only run a job every hour. SPMinuteSchedule Members…
Question
You need to schedule a timer job to run every two hours. Which schedule should you use?
Options
- ASPDailySchedule
- BSPHourlySchedule
- CSPMinuteSchedule
- DSPOneTimeSchedule
How the community answered
(28 responses)- A7% (2)
- B11% (3)
- C79% (22)
- D4% (1)
Explanation
MNEMONIC RULE: "SPMinuteSchedule" SPMinuteSchedule object has Interval property that allows set the interval of the schedule to 120 minutes (2hours). SPHourlySchedule object does not have Interval property, so it can only run a job every hour. SPMinuteSchedule Members SPHourlySchedule Members
Topics
Community Discussion
No community discussion yet for this question.