NSFileProviderExtension.StartProvidingItemAtUrlAsync(NSUrl) 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.
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.