UITableViewDataSourcePrefetching_Extensions.CancelPrefetching Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The instance on which this method operates.
- tableView
- UITableView
- indexPaths
- NSIndexPath[]