Method GetNextResultsAsync
GetNextResultsAsync(int)
Retrieves the next page of the players inventory items.
Declaration
[Preserve]
protected override Task<GetInventoryResult> GetNextResultsAsync(int itemsPerFetch)
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<GetInventoryResult> | A new GetInventoryResult |
Overrides
Exceptions
| Type | Condition |
|---|---|
| EconomyException | Thrown if request is unsuccessful |