Table of Contents

Method Completed

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

Completed(int)

Records that the read produced an answer, and how much of one.

void Completed(int resultCount)

Parameters

resultCount int

How many accounts, summaries, matches, or emails the read is returning.

Remarks

Called once, with what the caller actually receives. An empty answer is a completed read rather than an unfinished one: matching nothing is a normal result everywhere on this surface.