IPageT Interface |
Namespace: OpenStack
The IPageT type exposes the following members.
Name | Description | |
---|---|---|
GetNextPageAsync |
Retrieves the next page of items, if one is available. If HasNextPage is false, an empty page is returned.
|
Name | Description | |
---|---|---|
GetNextPageT |
Retrieves the next page of items, if one is available. If HasNextPage is false, an empty page is returned.
(Defined by PageExtensions.) |
Name | Description | |
---|---|---|
HasNextPage |
Specifies if another page can be retrieved with additional items
|