NSFileProviderExtension.StartProvidingItemAtUrlAsync(NSUrl) Method

Definition

When implemented by the developer, supplies an actual file on a disk in place of a placeholder.

public virtual System.Threading.Tasks.Task StartProvidingItemAtUrlAsync (Foundation.NSUrl url);
abstract member StartProvidingItemAtUrlAsync : Foundation.NSUrl -> System.Threading.Tasks.Task
override this.StartProvidingItemAtUrlAsync : Foundation.NSUrl -> System.Threading.Tasks.Task

Parameters

url
NSUrl

The shared document's URL.

Returns

A task that represents the asynchronous StartProvidingItemAtUrl operation

Remarks

This can be used from a background thread.

Applies to