Version

GetCompletedTaskData Method

Populates the implementation specific data for the specified completed task.
Syntax
protected virtual void GetCompletedTaskData( 
   AsyncVirtualDataSourceProviderTaskDataHolder taskDataHolder,
   int completed
)

Parameters

taskDataHolder
The holder in which to store the data.
completed
The index of the completed task.
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