Click or drag to resize
DataPagerGetDataAsync Method
Overload List
  NameDescription
Public methodGetDataAsync
Return data for CurrentPages.
Public methodGetDataAsync(AsyncHandle)
Return data for CurrentPages.
Public methodGetDataAsync(IEnumerableNxPage)
Return data for the argument pages, or from CurrentPages if no page argument is provided.
Public methodGetDataAsync(FuncIEnumerableNxPage, IEnumerableNxPage)
Move CurrentPages according to transform and retrieve data from the resulting pages.
Public methodGetDataAsync(AsyncHandle, IEnumerableNxPage)
Return data for the argument pages, or from CurrentPages if no page argument is provided.
Public methodGetDataAsync(AsyncHandle, FuncIEnumerableNxPage, IEnumerableNxPage)
Move CurrentPages according to transform and retrieve data from the resulting pages.
Top
See Also