Constructor RecurringSendScheduleSource
- Namespace
- MailFathom.Application.Mail.Delivery.Scheduling
- Assembly
- MailFathom.Application.dll
RecurringSendScheduleSource(IRecurringSendStore)
Initializes the source over the declarations this deployment holds.
public RecurringSendScheduleSource(IRecurringSendStore recurringSends)
Parameters
recurringSendsIRecurringSendStoreReads the declarations that still produce occurrences.
Exceptions
- ArgumentNullException
Thrown when
recurringSendsis null.