NSObject.InvokeInBackground(Action) Method

Definition

Invokes the specified action on a background thread.

public static void InvokeInBackground(Action action);
static member InvokeInBackground : Action -> unit

Parameters

action
Action

The action to invoke.

Applies to