UIDocument.PerformAsynchronousFileAccessAsync 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.
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.