Table of Contents

Method ReadPageAsync

Namespace
MailFathom.Application.Contacts
Assembly
MailFathom.Application.dll

ReadPageAsync(ContactQuery, CancellationToken)

Reads one bounded page of the book.

Task<ContactPage> ReadPageAsync(ContactQuery query, CancellationToken cancellationToken)

Parameters

query ContactQuery

What to read and where to continue from.

cancellationToken CancellationToken

Cancels the read.

Returns

Task<ContactPage>

The page, with the boundary the following one reads beyond when the book holds more.