NEVpnManager.LoadFromPreferences(Action<NSError>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the saved VPN configuration from the Network Extension preferences and runs a completion handler when the operation completes.
[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
- Attributes