[]
Load more items into the collection.
public Task<bool> LoadMoreItemsAsync(Guid eTag, int? count)
| Type | Name | Description |
|---|---|---|
| Guid | eTag | The token that determines whether the calling collection is syncrhonized. |
| int? | count | The desired number of items to be added. |
| Type | Description |
|---|---|
| Task<bool> |