Method GetNextAsync
GetNextAsync(int)
Fetches the next page of results.
Declaration
[Preserve]
public Task<TSelf> GetNextAsync(int itemsPerFetch = 20)
Parameters
| Type | Name | Description |
|---|---|---|
| int | itemsPerFetch | The number of items to fetch. Can be between 1-100 inclusive and defaults to 20. |
Returns
| Type | Description |
|---|---|
| Task<TSelf> | A new results of type TSelf |
Exceptions
| Type | Condition |
|---|---|
| EconomyException | Thrown if request is unsuccessful |