NEFilterManager.LoadFromPreferences(Action<NSError>) 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.

[Foundation.Export("loadFromPreferencesWithCompletionHandler:")]
public virtual void LoadFromPreferences (Action<Foundation.NSError> completionHandler);
abstract member LoadFromPreferences : Action<Foundation.NSError> -> unit
override this.LoadFromPreferences : Action<Foundation.NSError> -> unit

Parameters

completionHandler
Action<NSError>
Attributes

Applies to