Method RecordMappingChangeAsync
- Namespace
- MailFathom.Application.Folders
- Assembly
- MailFathom.Application.dll
RecordMappingChangeAsync(MailFolderMappingChange, CancellationToken)
Records one mapping change.
Task RecordMappingChangeAsync(MailFolderMappingChange change, CancellationToken cancellationToken)
Parameters
changeMailFolderMappingChangeThe alias, both remote paths, and the generation the change started.
cancellationTokenCancellationTokenCancels writing the record.
Returns
- Task
A task that completes once the record is durable for the configured sink.