Freigeben über


VpnManagementAgent.ConnectProfileAsync(IVpnProfile) Methode

Definition

Stellt eine Verbindung mit einem vorhandenen VPN-Profil herstellt.

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)

Parameter

profile
IVpnProfile

Ein VpnProfile--Objekt.

Gibt zurück

Ein Enumerationswert, der den Fehlerstatus angibt.

Attribute

Windows-Anforderungen

App-Funktionen
networkingVpnProvider

Gilt für: