Table of Contents

Class StoredMailRederivationRunReader

Namespace
MailFathom.Application.Mail.Maintenance
Assembly
MailFathom.Application.dll

Reports where one scope's re-derivation has got to, or how the last one ended.

public sealed class StoredMailRederivationRunReader
Inheritance
StoredMailRederivationRunReader
Inherited Members

Remarks

Reading a run is separated from asking for one — StoredMailRederivationRequests — because the two are reached under different grants: asking makes the deployment walk a whole mailbox, while watching one is a report of what the deployment is already doing.

Constructors

StoredMailRederivationRunReader(IStoredMailRederivationRunStore, AccessAuthorization)

Initializes the reading over the run store.

Methods

FindAsync(StoredMailScope, CancellationToken)

Reads the run one scope has outstanding, or the last one it finished.