Table of Contents

Interface IStoredMailRederivationPassScope

Namespace
MailFathom.Application.Observability
Assembly
MailFathom.Application.dll

Holds one bounded pass's report open, and takes the counts the pass committed.

public interface IStoredMailRederivationPassScope : IDisposable
Inherited Members

Remarks

A pass that never reports what it committed was stopped part way through, and what its batches had already committed stays committed. Only what a pass reported is counted, so the measurements never claim work that a cancelled pass left half done.

Methods

Completed(StoredMailRederivationPass)

Records what the pass re-read, stepped over, and could not find content for.