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
queryContactQueryWhat to read and where to continue from.
cancellationTokenCancellationTokenCancels the read.
Returns
- Task<ContactPage>
The page, with the boundary the following one reads beyond when the book holds more.