Share via


NEAppProxyProviderManager.LoadAllFromPreferencesAsync Method

Definition

Asynchronously loads all proxy configurations for the app that were previously saved in the Network Extensions preferences.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<Foundation.NSArray> LoadAllFromPreferencesAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LoadAllFromPreferencesAsync : unit -> System.Threading.Tasks.Task<Foundation.NSArray>

Returns

A task that represents the asynchronous LoadAllFromPreferences operation. The value of the TResult parameter is of type System.Action<Foundation.NSArray,Foundation.NSError>.

Attributes

Remarks

The LoadAllFromPreferencesAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to