NEFilterManager.LoadFromPreferencesAsync Method

Definition

Loads the filter from the configuration that is saved in the Network Extension preferences and runs a completion handler after the operation is complete.

public virtual System.Threading.Tasks.Task LoadFromPreferencesAsync ();
abstract member LoadFromPreferencesAsync : unit -> System.Threading.Tasks.Task
override this.LoadFromPreferencesAsync : unit -> System.Threading.Tasks.Task

Returns

A task that represents the asynchronous LoadFromPreferences operation

Applies to