UIDocument.PerformAsynchronousFileAccess(Action) Method

Definition

Performs an asynchronous file access action.

[Foundation.Export("performAsynchronousFileAccessUsingBlock:")]
public virtual void PerformAsynchronousFileAccess (Action action);
abstract member PerformAsynchronousFileAccess : Action -> unit
override this.PerformAsynchronousFileAccess : Action -> unit

Parameters

action
Action

The access action to be implemented.

Attributes

Remarks

This can be used from a background thread.

Applies to