Table of Contents

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

runs ISpamClassificationRunStore

Holds the one run an account may have outstanding, and the ending of the last one.

authorization AccessAuthorization

Answers which principal reached this use case.

Exceptions

ArgumentNullException

Thrown when any argument is null.