CommerceBuilder.Services.Scheduler Namespace
In This Topic
Classes
Interfaces
| Interface | Description |
| IJob |
A scheduler Job
|
| IRecurringOrdersService |
Service that processes the recurring orders. It creates new orders and initiates necessary
notifications.
|
| IReviewReminderService |
Service that processes the review reminders and sends emails
|
| IScheduler |
Schedules the system tasks to run at defined intervals. For example maintenance, recurring orders.
Scheduler is called once at the application startup.
|
See Also