Version

AddPageRequestWithRetry Method

Adds a page request with the specified retry delay.
Syntax
public bool AddPageRequestWithRetry( 
   int pageIndex,
   DataSourcePageRequestPriority priority,
   int retryDelay
)

Parameters

pageIndex
The index of the page to request.
priority
The priority of the request.
retryDelay
The current retry delay 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