API Reference
Class
OfflineAddressBookSearchCheckpoint
Resumable position within one session snapshot. A checkpoint includes the exact next record offset, so resuming a huge address list does not require rescanning earlier records.
Inheritance
- Object
- OfflineAddressBookSearchCheckpoint
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String AddressListId { get; } #Address-list identifier in the session snapshot.
public Int32 AddressListIndex { get; } #Zero-based address-list index.
public Int64 EntryIndex { get; } #Zero-based index of the next record to scan.
public Int64 RecordOffset { get; } #Exact next-record offset relative to its Full Details component.