NEVpnManager.RemoveFromPreferences(Action<NSError>) Method

Definition

Removes the configuration for this VPN manager from the Network Extension preferences and runs a completion handler when the operation completes.

[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>

To be added.

This parameter can be null.

Attributes

Applies to