Constructor SpamClassificationRunReader
- Namespace
- MailFathom.Application.Spam.Runs
- Assembly
- MailFathom.Application.dll
SpamClassificationRunReader(ISpamClassificationRunStore, AccessAuthorization)
Initializes the reading over the run store.
public SpamClassificationRunReader(ISpamClassificationRunStore runs, AccessAuthorization authorization)
Parameters
runsISpamClassificationRunStoreHolds the one run an account may have outstanding, and the ending of the last one.
authorizationAccessAuthorizationAnswers which principal reached this use case.
Exceptions
- ArgumentNullException
Thrown when any argument is null.