Constructor StoredMailRederivationRunReader
- Namespace
- MailFathom.Application.Mail.Maintenance
- Assembly
- MailFathom.Application.dll
StoredMailRederivationRunReader(IStoredMailRederivationRunStore, AccessAuthorization)
Initializes the reading over the run store.
public StoredMailRederivationRunReader(IStoredMailRederivationRunStore runs, AccessAuthorization authorization)
Parameters
runsIStoredMailRederivationRunStoreHolds the one run a scope may have, outstanding or ended.
authorizationAccessAuthorizationAnswers which principal reached this use case.
Exceptions
- ArgumentNullException
Thrown when any argument is null.