Constructor MailRuleEvaluationRunReader
- Namespace
- MailFathom.Application.Rules.Evaluation
- Assembly
- MailFathom.Application.dll
MailRuleEvaluationRunReader(IMailRuleEvaluationRunStore, AccessAuthorization)
Initializes the reading over the run store.
public MailRuleEvaluationRunReader(IMailRuleEvaluationRunStore runs, AccessAuthorization authorization)
Parameters
runsIMailRuleEvaluationRunStoreHolds 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.