Table of Contents

Method Completed

Namespace
MailFathom.Infrastructure.Observability
Assembly
MailFathom.Infrastructure.dll

Completed(int, int, bool)

Records what the cycle turned out to have done.

public void Completed(int scheduledFolderCount, int failedFolderCount, bool convergenceFailed)

Parameters

scheduledFolderCount int

How many folders the cycle was scheduled to synchronize.

failedFolderCount int

How many of them did not complete.

convergenceFailed bool

Whether the pass that carries outstanding mailbox changes failed.