UITableViewDataSourcePrefetching_Extensions.CancelPrefetching Method

Definition

Cancels the prefetching of table data.

public static void CancelPrefetching (this UIKit.IUITableViewDataSourcePrefetching This, UIKit.UITableView tableView, Foundation.NSIndexPath[] indexPaths);
static member CancelPrefetching : UIKit.IUITableViewDataSourcePrefetching * UIKit.UITableView * Foundation.NSIndexPath[] -> unit

Parameters

This
IUITableViewDataSourcePrefetching

The instance on which this method operates.

tableView
UITableView
indexPaths
NSIndexPath[]

Applies to