Version

AddPageRequest Method (AsyncVirtualDataSourceProviderWorker)

Adds a new page request to the worker.
Syntax
public virtual bool AddPageRequest( 
   int pageIndex,
   DataSourcePageRequestPriority priority
)

Parameters

pageIndex
The index of the page to request.
priority
The priority to use for the request.

Return Value

Whether the request was added.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also