NEFilterManager.RemoveFromPreferences(Action<NSError>) Method

Definition

Removes the filter from the Network Extensions preferences and runs a completion handler when the operation is complete.

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

Parameters

completionHandler
Action<NSError>
Attributes

Applies to