Version

ProcessCompletedTask Method

Override to specify how a completed task is handled. This should call the PageLoaded callback, synchronizing with the ExecutionContext, if a page has been successfully loaded.
Syntax
protected virtual void ProcessCompletedTask( 
   AsyncDataSourcePageTaskHolder task,
   int retryDelay,
   int index,
   AsyncVirtualDataSourceProviderTaskDataHolder taskDataHolder
)

Parameters

task
The completed task.
retryDelay
The current retry delay to apply if the task was not successful.
index
The index of the completed task.
taskDataHolder
The implementation specific task data.
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