Table of Contents

Method RecordMappingChangeAsync

Namespace
MailFathom.Application.Folders
Assembly
MailFathom.Application.dll

RecordMappingChangeAsync(MailFolderMappingChange, CancellationToken)

Records one mapping change.

Task RecordMappingChangeAsync(MailFolderMappingChange change, CancellationToken cancellationToken)

Parameters

change MailFolderMappingChange

The alias, both remote paths, and the generation the change started.

cancellationToken CancellationToken

Cancels writing the record.

Returns

Task

A task that completes once the record is durable for the configured sink.