IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Scheduled tasks in Sitefinity CMS are objects that can execute a predefined set of operation at a particular point in time. You can use scheduled task in conjunction with other Sitefinity mechanism such as the event system to postpone the execution of heavy operations. For example, you can subscribe for the ICommentCreatedEvent for comments, to receive an email each time a new comment is created. Instead of executing the fired event handler logic immediately you can create a scheduled task that is going to perform this operation at a more convenient time, for example during the weekend.
The following procedure demonstrated how to create a scheduled task:
ScheduledTask
ExecuteTask
NOTE: In this example, the task recurring time is 60 seconds. You can set the execution time in other units of measures, apart from seconds. For more information, see the official Microsoft documentation on System.DateTime methods.
The static ScheduleTask method wraps the logic, required to schedule a new task, as well as to reschedule an existing one.
ScheduleTask
EXAMPLE: To create a scheduled task, you can use the following code sample:
Then you can execute the scheduled task using the following line in your Sitefinity CMS widgets or event handlers:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important