UIDocument.PerformAsynchronousFileAccessAsync Method

Definition

Performs an asynchronous file access action.

public virtual System.Threading.Tasks.Task PerformAsynchronousFileAccessAsync ();
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

Remarks

This can be used from a background thread.

Applies to