Share via


VpnManagementAgent.AddProfileFromObjectAsync(IVpnProfile) Method

Definition

Creates a new VPN Profile based on the VpnProfile input object.

public:
 virtual IAsyncOperation<VpnManagementErrorStatus> ^ AddProfileFromObjectAsync(IVpnProfile ^ profile) = AddProfileFromObjectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> AddProfileFromObjectAsync(IVpnProfile const& profile);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> AddProfileFromObjectAsync(IVpnProfile profile);
function addProfileFromObjectAsync(profile)
Public Function AddProfileFromObjectAsync (profile As IVpnProfile) As IAsyncOperation(Of VpnManagementErrorStatus)

Parameters

profile
IVpnProfile

A VpnProfile object.

Returns

An enum value indicating the error status.

Attributes

Windows requirements

App capabilities
networkingVpnProvider

Applies to