Share via


UIDocument.PerformAsynchronousFileAccessAsync Method

Definition

Performs an asynchronous file access action.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task PerformAsynchronousFileAccessAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformAsynchronousFileAccessAsync : unit -> System.Threading.Tasks.Task
override this.PerformAsynchronousFileAccessAsync : unit -> System.Threading.Tasks.Task

Returns

A task that represents the asynchronous PerformAsynchronousFileAccess operation

Attributes

Remarks

This can be used from a background thread.

Applies to