| DataPagerGetDataAsync Method |
| Name | Description | |
|---|---|---|
| GetDataAsync |
Return data for CurrentPages.
| |
| GetDataAsync(AsyncHandle) |
Return data for CurrentPages.
| |
| GetDataAsync(IEnumerableNxPage) |
Return data for the argument pages, or from CurrentPages if no page argument is provided.
| |
| GetDataAsync(FuncIEnumerableNxPage, IEnumerableNxPage) |
Move CurrentPages according to transform and retrieve data from the resulting pages.
| |
| GetDataAsync(AsyncHandle, IEnumerableNxPage) |
Return data for the argument pages, or from CurrentPages if no page argument is provided.
| |
| GetDataAsync(AsyncHandle, FuncIEnumerableNxPage, IEnumerableNxPage) |
Move CurrentPages according to transform and retrieve data from the resulting pages.
|