IUITableViewDataSourcePrefetching.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.
[Foundation.Export("tableView:cancelPrefetchingForRowsAtIndexPaths:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CancelPrefetching(UIKit.UITableView tableView, Foundation.NSIndexPath[] indexPaths);
[<Foundation.Export("tableView:cancelPrefetchingForRowsAtIndexPaths:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CancelPrefetching : UIKit.UITableView * Foundation.NSIndexPath[] -> unit
override this.CancelPrefetching : UIKit.UITableView * Foundation.NSIndexPath[] -> unit
Parameters
- tableView
- UITableView
- indexPaths
- NSIndexPath[]
- Attributes