VpnManagementAgent.ConnectProfileAsync(IVpnProfile) Method

Definition

Connects to an existing VPN profile.

public:
 virtual IAsyncOperation<VpnManagementErrorStatus> ^ ConnectProfileAsync(IVpnProfile ^ profile) = ConnectProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> ConnectProfileAsync(IVpnProfile const& profile);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> ConnectProfileAsync(IVpnProfile profile);
function connectProfileAsync(profile)
Public Function ConnectProfileAsync (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