NSObject.InvokeInBackground(Action) 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.
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.